OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:SuperPageBitmap
(Results
1 - 2
of
2
) sorted by null
/external/chromium_org/third_party/WebKit/Source/wtf/
PartitionAlloc.h
241
// The plan is to eventually remove the
SuperPageBitmap
.
243
class
SuperPageBitmap
{
269
class
SuperPageBitmap
{
394
if (
SuperPageBitmap
::isAvailable())
395
return
SuperPageBitmap
::isPointerInSuperPage(ptr);
PartitionAlloc.cpp
167
SuperPageBitmap
::unregisterSuperPage(superPages[i]);
194
SuperPageBitmap
::registerSuperPage(superPage);
478
unsigned char
SuperPageBitmap
::s_bitmap[1 << (32 - kSuperPageShift - 3)];
482
void
SuperPageBitmap
::registerSuperPage(void* ptr)
496
void
SuperPageBitmap
::unregisterSuperPage(void* ptr)
Completed in 896 milliseconds