Searched refs:PartitionRoot (Results 1 – 2 of 2) sorted by relevance
111 struct BASE_EXPORT PartitionRoot : public internal::PartitionRootBase { struct112 PartitionRoot();113 ~PartitionRoot() override;295 ALWAYS_INLINE void* PartitionRoot::Alloc(size_t size, const char* type_name) { in Alloc()299 ALWAYS_INLINE void* PartitionRoot::AllocFlags(int flags, in AllocFlags()507 ALWAYS_INLINE PartitionRoot* root() { return &partition_root_; } in root()510 PartitionRoot partition_root_;
52 PartitionRoot::PartitionRoot() = default;53 PartitionRoot::~PartitionRoot() = default;196 void PartitionRoot::Init(size_t bucket_count, size_t maximum_allocation) { in Init()613 void PartitionRoot::PurgeMemory(int flags) { in PurgeMemory()799 void PartitionRoot::DumpStats(const char* partition_name, in DumpStats()