Searched refs:PartitionRootGeneric (Results 1 – 2 of 2) sorted by relevance
115 &PartitionRootGeneric::gSeedPage; in PartitionAllocBaseInit()140 bucket->active_pages_head = &PartitionRootGeneric::gSeedPage; in PartitionBucketInitBase()171 void PartitionAllocGenericInit(PartitionRootGeneric* root) { in PartitionAllocGenericInit()238 *bucketPtr++ = &PartitionRootGeneric::gPagedBucket; in PartitionAllocGenericInit()255 *bucketPtr = &PartitionRootGeneric::gPagedBucket; in PartitionAllocGenericInit()294 DCHECK(page != &PartitionRootGeneric::gSeedPage); in PartitionPageStateIsActive()301 DCHECK(page != &PartitionRootGeneric::gSeedPage); in PartitionPageStateIsFull()312 DCHECK(page != &PartitionRootGeneric::gSeedPage); in PartitionPageStateIsEmpty()319 DCHECK(page != &PartitionRootGeneric::gSeedPage); in PartitionPageStateIsDecommitted()499 DCHECK(page != &PartitionRootGeneric::gSeedPage); in PartitionPageAllocAndFillFreelist()[all …]
345 struct PartitionRootGeneric : public PartitionRootBase { struct415 BASE_EXPORT void PartitionAllocGenericInit(PartitionRootGeneric*);428 BASE_EXPORT void PartitionPurgeMemoryGeneric(PartitionRootGeneric*, int);435 BASE_EXPORT NOINLINE void* PartitionReallocGeneric(PartitionRootGeneric*,444 BASE_EXPORT void PartitionDumpStatsGeneric(PartitionRootGeneric*,769 PartitionRootGeneric* root, in PartitionGenericSizeToBucket()785 ALWAYS_INLINE void* PartitionAllocGenericFlags(PartitionRootGeneric* root, in PartitionAllocGenericFlags()808 ALWAYS_INLINE void* PartitionAllocGeneric(PartitionRootGeneric* root, in PartitionAllocGeneric()814 ALWAYS_INLINE void PartitionFreeGeneric(PartitionRootGeneric* root, void* ptr) { in PartitionFreeGeneric()842 ALWAYS_INLINE size_t PartitionAllocActualSize(PartitionRootGeneric* root, in PartitionAllocActualSize()[all …]