OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:PreallocatedStorage
(Results
1 - 2
of
2
) sorted by null
/external/v8/src/
allocation.cc
104
void
PreallocatedStorage
::LinkTo(
PreallocatedStorage
* other) {
112
void
PreallocatedStorage
::Unlink() {
118
PreallocatedStorage
::
PreallocatedStorage
(size_t size)
allocation.h
115
class
PreallocatedStorage
{
117
explicit
PreallocatedStorage
(size_t size);
128
PreallocatedStorage
* previous_;
129
PreallocatedStorage
* next_;
131
void LinkTo(
PreallocatedStorage
* other);
136
DISALLOW_IMPLICIT_CONSTRUCTORS(
PreallocatedStorage
);
Completed in 25 milliseconds