Allocate(Layout layout) | pw::Allocator | inline |
Allocator()=default | pw::Allocator | protected |
Allocator(const Capabilities &capabilities) (defined in pw::Allocator) | pw::Allocator | inlineexplicitprotected |
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() const (defined in pw::Deallocator) | pw::Deallocator | inline |
Capabilities typedef (defined in pw::Deallocator) | pw::Deallocator | |
Capability typedef (defined in pw::Deallocator) | pw::Deallocator | |
ChooseBlock(Layout layout)=0 | pw::allocator::BlockAllocator< BlockType_ > | privatepure virtual |
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 |
DoAllocate(Layout layout) override | pw::allocator::BlockAllocator< BlockType_ > | privatevirtual |
DoDeallocate(void *ptr) override | pw::allocator::BlockAllocator< BlockType_ > | private |
DoDeallocate(void *ptr, Layout) override | pw::allocator::BlockAllocator< BlockType_ > | inlineprivate |
DoGetAllocated() const override | pw::allocator::BlockAllocator< BlockType_ > | inlineprivatevirtual |
DoGetInfo(InfoType info_type, const void *ptr) const override | pw::allocator::BlockAllocator< BlockType_ > | private |
DoResize(void *ptr, size_t new_size) override | pw::allocator::BlockAllocator< BlockType_ > | privatevirtual |
Flush() | pw::allocator::BlockAllocator< 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 |
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(Args &&...)=delete (defined in pw::Allocator) | pw::Allocator | |
MakeUnique(Args &&... args) | pw::Allocator | inline |
MakeUnique(size_t size) | pw::Allocator | inline |
MakeUnique(size_t size, size_t alignment) | pw::Allocator | inline |
MakeUnique(Args &&...)=delete (defined in pw::Allocator) | pw::Allocator | |
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(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 &) | pw::allocator::BlockAllocator< BlockType_ > | inlineprivatevirtual |
ReserveBlock(BlockType &) | pw::allocator::BlockAllocator< BlockType_ > | inlineprivatevirtual |
Resize(void *ptr, size_t new_size) | pw::Allocator | inline |
Resize(void *ptr, Layout layout, size_t new_size) | pw::Allocator | inline |
test::BlockAllocatorTest (defined in pw::allocator::BlockAllocator< BlockType_ >) | pw::allocator::BlockAllocator< BlockType_ > | friend |
WrapUnique(Args &&...)=delete (defined in pw::Deallocator) | pw::Deallocator | |
WrapUnique(T *ptr) | pw::Deallocator | inlineprotected |
WrapUnique(ElementType *ptr, size_t size) | pw::Deallocator | inlineprotected |
WrapUniqueArray(T *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 |