Skip to main content
Pigweed's logo Pigweed
  1. Home
  2. Reference
  3. C/C++
  4. pw::allocator::GuardedAllocator< BlockAllocatorType, LockType > Member List
Loading...
Searching...
No Matches
pw::allocator::GuardedAllocator< BlockAllocatorType, LockType > Member List

This is the complete list of members for pw::allocator::GuardedAllocator< BlockAllocatorType, LockType >, including all inherited members.

AddPrefix(void *ptr, size_t alignment)pw::allocator::internal::GenericGuardedAllocatorprotectedstatic
AddSuffix(void *ptr, size_t size)pw::allocator::internal::GenericGuardedAllocatorprotectedstatic
AdjustLayout(Layout layout)pw::allocator::internal::GenericGuardedAllocatorprotectedstatic
AdjustSize(void *ptr, size_t inner_size)pw::allocator::internal::GenericGuardedAllocatorprotectedstatic
AfterReallocateCopy(Allocator &allocator, void *ptr, Layout new_layout, void *new_ptr)pw::Allocatorinlineprotectedstatic
AfterReallocateDone(Allocator &allocator, Layout new_layout, void *new_ptr)pw::Allocatorinlineprotectedstatic
Allocate(Layout layout)pw::Allocatorinline
Allocator() noexcept=defaultpw::Allocatorprotected
Allocator(const Capabilities &capabilities) noexcept (defined in pw::Allocator)pw::Allocatorinlineexplicitprotected
BeforeReallocate(Allocator &allocator, void *ptr, Layout new_layout)pw::Allocatorinlineprotectedstatic
BlockType typedef (defined in pw::allocator::GuardedAllocator< BlockAllocatorType, LockType >)pw::allocator::GuardedAllocator< BlockAllocatorType, LockType >
Capabilities typedef (defined in pw::Deallocator)pw::Deallocator
capabilities() const (defined in pw::Deallocator)pw::Deallocatorinline
Capability typedef (defined in pw::Deallocator)pw::Deallocator
CheckPrefixAndSuffix(void *ptr, size_t size)pw::allocator::internal::GenericGuardedAllocatorprotectedstatic
Deallocate(void *ptr)pw::Deallocatorinline
Deallocator()=defaultpw::Deallocatorprotected
Deallocator(const Capabilities &capabilities) (defined in pw::Deallocator)pw::Deallocatorinlineexplicitprotected
Delete(T *ptr)pw::Deallocator
Delete(ElementType *ptr) (defined in pw::Deallocator)pw::Deallocator
Delete(ElementType *ptr, size_t count) (defined in pw::Deallocator)pw::Deallocator
DeleteArray(ElementType *ptr, size_t count)pw::Deallocator
Destroy(ElementType *ptr, size_t count)pw::Deallocator
DoAfterReallocateCopy(void *ptr, Layout new_layout, void *new_ptr)pw::Allocatorinlineprotectedvirtual
DoAfterReallocateDone(Layout new_layout, void *new_ptr)pw::Allocatorinlineprotectedvirtual
DoAllocate(Layout layout) overridepw::allocator::GuardedAllocator< BlockAllocatorType, LockType >protectedvirtual
DoBeforeReallocate(void *ptr, Layout new_layout)pw::Allocatorinlineprotectedvirtual
DoDeallocate(void *ptr) overridepw::allocator::GuardedAllocator< BlockAllocatorType, LockType >protectedvirtual
DoGetAllocated() constpw::Allocatorinlineprotectedvirtual
DoGetInfo(InfoType info_type, const void *ptr) const overridepw::allocator::GuardedAllocator< BlockAllocatorType, LockType >protectedvirtual
DoMeasureFragmentation() constpw::Allocatorinlineprotectedvirtual
DoReallocate(void *ptr, Layout new_layout)pw::Allocatorprotectedvirtual
DoResize(void *ptr, size_t new_size) overridepw::allocator::GuardedAllocator< BlockAllocatorType, LockType >protectedvirtual
Fragmentation typedef (defined in pw::Allocator)pw::Allocator
GenericGuardedAllocator(const Capabilities &capabilities) (defined in pw::allocator::internal::GenericGuardedAllocator)pw::allocator::internal::GenericGuardedAllocatorinlineexplicitprotected
GetAllocated() constpw::Allocatorinline
GetAllocatedLayout(const void *ptr) constpw::Deallocatorinlineprotected
GetAllocatedLayout(const Deallocator &deallocator, const void *ptr)pw::Deallocatorinlineprotectedstatic
GetCapacity() constpw::Deallocatorinline
GetInfo(InfoType info_type, const void *ptr) constpw::Deallocatorinlineprotected
GetInfo(const Deallocator &deallocator, InfoType info_type, const void *ptr)pw::Deallocatorinlineprotectedstatic
GetOriginal(void *ptr)pw::allocator::internal::GenericGuardedAllocatorprotectedstatic
GetRequestedLayout(const void *ptr) constpw::Deallocatorinlineprotected
GetRequestedLayout(const Deallocator &deallocator, const void *ptr)pw::Deallocatorinlineprotectedstatic
GetUsableLayout(const void *ptr) constpw::Deallocatorinlineprotected
GetUsableLayout(const Deallocator &deallocator, const void *ptr)pw::Deallocatorinlineprotectedstatic
GuardedAllocator(BlockAllocatorType &allocator) (defined in pw::allocator::GuardedAllocator< BlockAllocatorType, LockType >)pw::allocator::GuardedAllocator< BlockAllocatorType, LockType >inlineexplicit
HasCapability(Capability capability) constpw::Deallocatorinline
InfoType enum namepw::Deallocatorprotected
is_bounded_array_v (defined in pw::Deallocator)pw::Deallocatorprotectedstatic
is_unbounded_array_v (defined in pw::Deallocator)pw::Deallocatorprotectedstatic
IsEqual(const Deallocator &other) constpw::Deallocatorinline
Layout typedef (defined in pw::Deallocator)pw::Deallocator
MakeShared(Args &&... args)pw::Allocatorinline
MakeShared(size_t size)pw::Allocatorinline
MakeShared(size_t size, size_t alignment)pw::Allocatorinline
MakeShared()pw::Allocatorinline
MakeUnique(Args &&... args)pw::Allocatorinline
MakeUnique(size_t size)pw::Allocatorinline
MakeUnique(size_t size, size_t alignment)pw::Allocatorinline
MakeUnique()pw::Allocatorinline
MeasureFragmentation() constpw::Allocatorinline
New(Args &&... args)pw::Allocatorinline
New()pw::Allocatorinline
New(size_t count)pw::Allocatorinline
New(size_t count, size_t alignment)pw::Allocatorinline
Reallocate(void *ptr, Layout new_layout)pw::Allocatorinline
Recognizes(const void *ptr) constpw::Deallocatorinlineprotected
Recognizes(const Deallocator &deallocator, const void *ptr)pw::Deallocatorinlineprotectedstatic
Resize(void *ptr, size_t new_size)pw::Allocatorinline
ValidateAll()pw::allocator::GuardedAllocator< BlockAllocatorType, LockType >
ValidateOne()pw::allocator::GuardedAllocator< BlockAllocatorType, LockType >
~Deallocator()=default (defined in pw::Deallocator)pw::Deallocatorvirtual