Home
last modified time | relevance | path

Searched refs:PartitionRootGeneric (Results 1 – 2 of 2) sorted by relevance

/external/pdfium/third_party/base/allocator/partition_allocator/
Dpartition_alloc.h139 struct BASE_EXPORT PartitionRootGeneric : public internal::PartitionRootBase { struct
140 PartitionRootGeneric();
141 ~PartitionRootGeneric() override;
376 PartitionRootGeneric* root, in PartitionGenericSizeToBucket()
393 ALWAYS_INLINE void* PartitionAllocGenericFlags(PartitionRootGeneric* root, in PartitionAllocGenericFlags()
435 ALWAYS_INLINE void* PartitionRootGeneric::Alloc(size_t size, in Alloc()
440 ALWAYS_INLINE void* PartitionRootGeneric::AllocFlags(int flags, in AllocFlags()
446 ALWAYS_INLINE void PartitionRootGeneric::Free(void* ptr) { in Free()
472 BASE_EXPORT void* PartitionReallocGenericFlags(PartitionRootGeneric* root,
478 ALWAYS_INLINE size_t PartitionRootGeneric::ActualSize(size_t size) { in ActualSize()
[all …]
Dpartition_alloc.cc54 PartitionRootGeneric::PartitionRootGeneric() = default;
55 PartitionRootGeneric::~PartitionRootGeneric() = default;
207 void PartitionRootGeneric::Init() { in Init()
292 bool PartitionReallocDirectMappedInPlace(PartitionRootGeneric* root, in PartitionReallocDirectMappedInPlace()
353 void* PartitionReallocGenericFlags(PartitionRootGeneric* root, in PartitionReallocGenericFlags()
442 void* PartitionRootGeneric::Realloc(void* ptr, in Realloc()
448 void* PartitionRootGeneric::TryRealloc(void* ptr, in TryRealloc()
622 void PartitionRootGeneric::PurgeMemory(int flags) { in PurgeMemory()
715 void PartitionRootGeneric::DumpStats(const char* partition_name, in DumpStats()