| Allocate(Layout layout) | pw::Allocator | inline |
| Allocator()=default | pw::Allocator | protected |
| Allocator(const Capabilities &capabilities) (defined in pw::Allocator) | pw::Allocator | inlineexplicitprotected |
| Base typedef (defined in pw::allocator::WorstFitAllocator< BlockType >) | pw::allocator::WorstFitAllocator< BlockType > | |
| BlockAllocator() (defined in pw::allocator::BlockAllocator< BlockType_ >) | pw::allocator::BlockAllocator< BlockType_ > | inlineexplicitprotected |
| blocks() const | pw::allocator::BlockAllocator< BlockType_ > | |
| BlockType typedef (defined in pw::allocator::BlockAllocator< BlockType_ >) | pw::allocator::BlockAllocator< BlockType_ > | |
| Capabilities typedef (defined in pw::Deallocator) | pw::Deallocator | |
| capabilities() const (defined in pw::Deallocator) | pw::Deallocator | inline |
| Capability typedef (defined in pw::Deallocator) | pw::Deallocator | |
| ChooseBlock(Layout layout) override | pw::allocator::WorstFitAllocator< BlockType > | inlineprivatevirtual |
| CrashOnAllocated(const void *allocated) | pw::allocator::internal::GenericBlockAllocator | protectedstatic |
| CrashOnDoubleFree(const void *freed) | pw::allocator::internal::GenericBlockAllocator | protectedstatic |
| CrashOnOutOfRange(const void *freed) | pw::allocator::internal::GenericBlockAllocator | protectedstatic |
| Deallocate(void *ptr) | pw::Deallocator | inline |
| Deallocate(void *ptr, Layout layout) | pw::Deallocator | inline |
| DeallocateBlock(BlockType *&&block) | pw::allocator::BlockAllocator< BlockType_ > | protectedvirtual |
| 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 |
| DoGetMaxAllocatable() override | pw::allocator::WorstFitAllocator< BlockType > | inlineprivatevirtual |
| FromUsableSpace(Ptr ptr) const | pw::allocator::BlockAllocator< BlockType_ > | protected |
| GenericBlockAllocator(const GenericBlockAllocator &)=delete (defined in pw::allocator::internal::GenericBlockAllocator) | pw::allocator::internal::GenericBlockAllocator | |
| GenericBlockAllocator(GenericBlockAllocator &&)=delete (defined in pw::allocator::internal::GenericBlockAllocator) | pw::allocator::internal::GenericBlockAllocator | |
| GenericBlockAllocator(Capabilities capabilities) (defined in pw::allocator::internal::GenericBlockAllocator) | pw::allocator::internal::GenericBlockAllocator | inlineexplicitprotected |
| GetAllocated() const | pw::Allocator | inline |
| GetCapabilities() (defined in pw::allocator::internal::GenericBlockAllocator) | pw::allocator::internal::GenericBlockAllocator | inlineprotectedstatic |
| GetCapacity() const | pw::Deallocator | inline |
| GetMaxAllocatable() | pw::allocator::BlockAllocator< BlockType_ > | inline |
| HasCapability(Capability capability) const | pw::Deallocator | inline |
| Init(ByteSpan region) | pw::allocator::BlockAllocator< BlockType_ > | |
| Init(BlockType *begin) | pw::allocator::BlockAllocator< BlockType_ > | protected |
| 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::BlockAllocator< BlockType_ >) | pw::allocator::BlockAllocator< BlockType_ > | static |
| kPoisonInterval (defined in pw::allocator::BlockAllocator< BlockType_ >) | pw::allocator::BlockAllocator< BlockType_ > | 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 |
| MakeUniqueArray(size_t size) | pw::Allocator | inline |
| MakeUniqueArray(size_t size, size_t alignment) | pw::Allocator | inline |
| MeasureFragmentation() const | pw::allocator::BlockAllocator< BlockType_ > | |
| 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 |
| NewArray(size_t count) | pw::Allocator | inline |
| NewArray(size_t count, size_t alignment) | pw::Allocator | inline |
| operator=(const GenericBlockAllocator &)=delete (defined in pw::allocator::internal::GenericBlockAllocator) | pw::allocator::internal::GenericBlockAllocator | |
| operator=(GenericBlockAllocator &&)=delete (defined in pw::allocator::internal::GenericBlockAllocator) | pw::allocator::internal::GenericBlockAllocator | |
| Range typedef (defined in pw::allocator::BlockAllocator< BlockType_ >) | pw::allocator::BlockAllocator< BlockType_ > | |
| Reallocate(void *ptr, Layout new_layout) | pw::Allocator | inline |
| Reallocate(void *ptr, Layout old_layout, size_t new_size) | pw::Allocator | inline |
| RecycleBlock(BlockType &block) override | pw::allocator::WorstFitAllocator< BlockType > | inlineprivatevirtual |
| ReserveBlock(BlockType &block) override | pw::allocator::WorstFitAllocator< BlockType > | inlineprivatevirtual |
| Resize(void *ptr, size_t new_size) | pw::Allocator | inline |
| Resize(void *ptr, Layout layout, size_t new_size) | pw::Allocator | inline |
| WorstFitAllocator()=default | pw::allocator::WorstFitAllocator< BlockType > | |
| WorstFitAllocator(ByteSpan region) | pw::allocator::WorstFitAllocator< BlockType > | inline |
| WrapUnique(ElementType *ptr, size_t size) | pw::Deallocator | inlineprotected |
| ~BlockAllocator() override (defined in pw::allocator::BlockAllocator< BlockType_ >) | pw::allocator::BlockAllocator< BlockType_ > | |
| ~Deallocator()=default (defined in pw::Deallocator) | pw::Deallocator | virtual |