OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:PartitionRootGeneric
(Results
1 - 4
of
4
) sorted by null
/external/chromium_org/third_party/WebKit/Source/wtf/
WTF.h
50
static ALWAYS_INLINE
PartitionRootGeneric
* getBufferPartition()
PartitionAlloc.h
38
// The main difference is that a PartitionRoot /
PartitionRootGeneric
object
284
// Never instantiate a
PartitionRootGeneric
directly, instead use PartitionAllocatorGeneric.
285
struct
PartitionRootGeneric
: public PartitionRootBase {
305
WTF_EXPORT void partitionAllocGenericInit(
PartitionRootGeneric
*);
306
WTF_EXPORT bool partitionAllocGenericShutdown(
PartitionRootGeneric
*);
310
WTF_EXPORT NEVER_INLINE void* partitionReallocGeneric(
PartitionRootGeneric
*, void*, size_t);
522
ALWAYS_INLINE PartitionBucket* partitionGenericSizeToBucket(
PartitionRootGeneric
* root, size_t size)
535
ALWAYS_INLINE void* partitionAllocGenericFlags(
PartitionRootGeneric
* root, int flags, size_t size)
552
ALWAYS_INLINE void* partitionAllocGeneric(
PartitionRootGeneric
* root, size_t size)
557
ALWAYS_INLINE void partitionFreeGeneric(
PartitionRootGeneric
* root, void* ptr
[
all
...]
PartitionAlloc.cpp
110
PartitionRootBase::gPagedBucket.activePagesHead = &
PartitionRootGeneric
::gSeedPage;
132
bucket->activePagesHead = &
PartitionRootGeneric
::gSeedPage;
155
void partitionAllocGenericInit(
PartitionRootGeneric
* root)
218
*bucketPtr++ = &
PartitionRootGeneric
::gPagedBucket;
233
*bucketPtr = &
PartitionRootGeneric
::gPagedBucket;
289
bool partitionAllocGenericShutdown(
PartitionRootGeneric
* root)
419
ASSERT(page != &
PartitionRootGeneric
::gSeedPage);
441
ASSERT(page != &
PartitionRootGeneric
::gSeedPage);
686
ASSERT(newPage != &
PartitionRootGeneric
::gSeedPage);
[
all
...]
PartitionAllocTest.cpp
111
EXPECT_TRUE(bucket->activePagesHead != &WTF::
PartitionRootGeneric
::gSeedPage);
162
WTF::PartitionPage* seedPage = &WTF::
PartitionRootGeneric
::gSeedPage;
[
all
...]
Completed in 1165 milliseconds