| Allocate(Layout layout) | pw::Allocator | inline |
| Allocator()=default | pw::Allocator | protected |
| Allocator(const Capabilities &capabilities) (defined in pw::Allocator) | pw::Allocator | inlineexplicitprotected |
| BuddyAllocator() | pw::allocator::BuddyAllocator< kMinOuterSize_, kNumBuckets > | inline |
| BuddyAllocator(ByteSpan region) | pw::allocator::BuddyAllocator< kMinOuterSize_, kNumBuckets > | inline |
| capabilities() const (defined in pw::Deallocator) | pw::Deallocator | inline |
| Capabilities typedef (defined in pw::Deallocator) | pw::Deallocator | |
| Capability typedef (defined in pw::Deallocator) | pw::Deallocator | |
| CrashIfAllocated() | pw::allocator::internal::GenericBuddyAllocator | protected |
| Deallocate(void *ptr) | pw::Deallocator | inline |
| Deallocator()=default | pw::Deallocator | protected |
| Deallocator(const Capabilities &capabilities) (defined in pw::Deallocator) | pw::Deallocator | inlineexplicitprotected |
| Delete(T *ptr) | pw::Deallocator | inline |
| Delete(ElementType *ptr) (defined in pw::Deallocator) | pw::Deallocator | inline |
| Delete(ElementType *ptr, size_t count) (defined in pw::Deallocator) | pw::Deallocator | inline |
| DeleteArray(ElementType *ptr, size_t count) | pw::Deallocator | inline |
| DoMeasureFragmentation() const | pw::Allocator | inlineprotectedvirtual |
| GetAllocated() const | pw::Allocator | inline |
| GetCapacity() const | pw::Deallocator | inline |
| HasCapability(Capability capability) const | pw::Deallocator | inline |
| Init(ByteSpan region) | pw::allocator::internal::GenericBuddyAllocator | |
| InitBuckets(span< UnorderedBucket< BuddyBlock > > buckets, size_t min_outer_size) | pw::allocator::internal::GenericBuddyAllocator | |
| is_bounded_array_v (defined in pw::Deallocator) | pw::Deallocator | protectedstatic |
| is_unbounded_array_v (defined in pw::Deallocator) | pw::Deallocator | protectedstatic |
| IsEqual(const Deallocator &other) const | pw::Deallocator | inline |
| kCapabilities (defined in pw::allocator::internal::GenericBuddyAllocator) | pw::allocator::internal::GenericBuddyAllocator | static |
| kDefaultMinOuterSize (defined in pw::allocator::internal::GenericBuddyAllocator) | pw::allocator::internal::GenericBuddyAllocator | static |
| kDefaultNumBuckets (defined in pw::allocator::internal::GenericBuddyAllocator) | pw::allocator::internal::GenericBuddyAllocator | static |
| kMinOuterSize (defined in pw::allocator::BuddyAllocator< kMinOuterSize_, kNumBuckets >) | pw::allocator::BuddyAllocator< kMinOuterSize_, kNumBuckets > | static |
| Layout typedef (defined in pw::Deallocator) | pw::Deallocator | |
| MakeShared(Args &&... args) | pw::Allocator | inline |
| MakeShared(size_t size) | pw::Allocator | inline |
| MakeShared(size_t size, size_t alignment) | pw::Allocator | inline |
| MakeShared() | pw::Allocator | inline |
| MakeUnique(Args &&... args) | pw::Allocator | inline |
| MakeUnique(size_t size) | pw::Allocator | inline |
| MakeUnique(size_t size, size_t alignment) | pw::Allocator | inline |
| MakeUnique() | pw::Allocator | inline |
| MeasureFragmentation() const | pw::Allocator | inline |
| New(Args &&... args) | pw::Allocator | inline |
| New() | pw::Allocator | inline |
| New(size_t count) | pw::Allocator | inline |
| New(size_t count, size_t alignment) | pw::Allocator | inline |
| Reallocate(void *ptr, Layout new_layout) | pw::Allocator | inline |
| Resize(void *ptr, size_t new_size) | pw::Allocator | inline |
| ~BuddyAllocator() override (defined in pw::allocator::BuddyAllocator< kMinOuterSize_, kNumBuckets >) | pw::allocator::BuddyAllocator< kMinOuterSize_, kNumBuckets > | inline |
| ~Deallocator()=default (defined in pw::Deallocator) | pw::Deallocator | virtual |