Home
last modified time | relevance | path

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

/external/pdfium/third_party/base/allocator/partition_allocator/
Dpartition_alloc.h333 struct PartitionRoot : public PartitionRootBase { struct
412 BASE_EXPORT void PartitionAllocInit(PartitionRoot*,
427 BASE_EXPORT void PartitionPurgeMemory(PartitionRoot*, int);
440 BASE_EXPORT void PartitionDumpStats(PartitionRoot*,
703 ALWAYS_INLINE void* PartitionAlloc(PartitionRoot* root, in PartitionAlloc()
892 ALWAYS_INLINE PartitionRoot* root() { return &partition_root_; } in root()
895 PartitionRoot partition_root_;
Dpartition_alloc.cc153 void PartitionAllocInit(PartitionRoot* root, in PartitionAllocInit()
1225 void PartitionPurgeMemory(PartitionRoot* root, int flags) { in PartitionPurgeMemory()
1412 void PartitionDumpStats(PartitionRoot* partition, in PartitionDumpStats()