18#include "pw_allocator/allocator.h"
19#include "pw_allocator/capability.h"
21namespace pw::allocator {
Definition: allocator.h:36
Definition: capability.h:64
Definition: libc_allocator.h:29
void DoDeallocate(void *ptr) override
void * DoReallocate(void *ptr, Layout new_layout) override
void DoDeallocate(void *ptr, Layout) override
Definition: libc_allocator.h:46
void * DoAllocate(Layout layout) override
friend LibCAllocator & GetLibCAllocator()
Returns a reference to the LibCAllocator singleton.
LibCAllocator & GetLibCAllocator()
Returns a reference to the LibCAllocator singleton.