OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:nextPartitionPage
(Results
1 - 2
of
2
) sorted by null
/external/chromium_org/third_party/WebKit/Source/wtf/
PartitionAlloc.cpp
118
root->
nextPartitionPage
= 0;
327
ASSERT(!(reinterpret_cast<uintptr_t>(root->
nextPartitionPage
) % kPartitionPageSize));
332
size_t numPartitionPagesLeft = (root->nextPartitionPageEnd - root->
nextPartitionPage
) >> kPartitionPageShift;
336
char* ret = root->
nextPartitionPage
;
337
root->
nextPartitionPage
+= totalSize;
354
root->
nextPartitionPage
= ret + totalSize;
[
all
...]
PartitionAlloc.h
263
char*
nextPartitionPage
;
Completed in 51 milliseconds