OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:m_objectModelAllocator
(Results
1 - 2
of
2
) sorted by null
/external/chromium_org/third_party/WebKit/Source/platform/
Partitions.cpp
36
SizeSpecificPartitionAllocator<3072> Partitions::
m_objectModelAllocator
;
41
m_objectModelAllocator
.init();
51
(void)
m_objectModelAllocator
.shutdown();
Partitions.h
44
ALWAYS_INLINE static PartitionRoot* getObjectModelPartition() { return
m_objectModelAllocator
.root(); }
49
return
m_objectModelAllocator
.root()->totalSizeOfCommittedPages;
53
static SizeSpecificPartitionAllocator<3072>
m_objectModelAllocator
;
Completed in 46 milliseconds