OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:PartitionRoot
(Results
1 - 4
of
4
) 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/
WTF.h
50
static ALWAYS_INLINE
PartitionRoot
* getBufferPartition()
PartitionAlloc.h
38
// The main difference is that a
PartitionRoot
object must be supplied to
45
// THE ONLY LEGITIMATE WAY TO OBTAIN A
PartitionRoot
IS THROUGH THE
159
struct
PartitionRoot
;
200
PartitionRoot
* root;
214
// Never instantiate a
PartitionRoot
directly, instead use PartitionAlloc.
215
struct
PartitionRoot
{
234
WTF_EXPORT void partitionAllocInit(
PartitionRoot
*, size_t numBuckets, size_t maxAllocation);
235
WTF_EXPORT NEVER_INLINE bool partitionAllocShutdown(
PartitionRoot
*);
239
WTF_EXPORT NEVER_INLINE void* partitionReallocGeneric(
PartitionRoot
*, void*, size_t);
335
PartitionRoot
* root = bucket->root
[
all
...]
PartitionAlloc.cpp
81
WTF_EXPORT void partitionAllocInit(
PartitionRoot
* root, size_t numBuckets, size_t maxAllocation)
138
bool partitionAllocShutdown(
PartitionRoot
* root)
174
static ALWAYS_INLINE void* partitionAllocPage(
PartitionRoot
* root)
436
void* partitionReallocGeneric(
PartitionRoot
* root, void* ptr, size_t newSize)
513
void partitionDumpStats(const
PartitionRoot
& root)
Completed in 168 milliseconds