OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:PartitionRoot
(Results
1 - 3
of
3
) sorted by null
/external/chromium_org/third_party/WebKit/Source/platform/
Partitions.h
44
ALWAYS_INLINE static
PartitionRoot
* getObjectModelPartition() { return m_objectModelAllocator.root(); }
45
ALWAYS_INLINE static
PartitionRoot
* getRenderingPartition() { return m_renderingAllocator.root(); }
/external/chromium_org/third_party/WebKit/Source/wtf/
PartitionAlloc.h
38
// The main difference is that a
PartitionRoot
/ PartitionRootGeneric object
45
// THE ONLY LEGITIMATE WAY TO OBTAIN A
PartitionRoot
IS THROUGH THE
277
// Never instantiate a
PartitionRoot
directly, instead use PartitionAlloc.
278
struct
PartitionRoot
: public PartitionRootBase {
303
WTF_EXPORT void partitionAllocInit(
PartitionRoot
*, size_t numBuckets, size_t maxAllocation);
304
WTF_EXPORT bool partitionAllocShutdown(
PartitionRoot
*);
313
WTF_EXPORT void partitionDumpStats(const
PartitionRoot
&);
471
ALWAYS_INLINE void* partitionAlloc(
PartitionRoot
* root, size_t size)
641
ALWAYS_INLINE
PartitionRoot
* root() { return &m_partitionRoot; }
643
PartitionRoot
m_partitionRoot
[
all
...]
PartitionAlloc.cpp
138
void partitionAllocInit(
PartitionRoot
* root, size_t numBuckets, size_t maxAllocation)
275
bool partitionAllocShutdown(
PartitionRoot
* root)
[
all
...]
Completed in 74 milliseconds