Replacement interface for standard libc dynamic memory operations. More...
Functions | |
void | InitSystemAllocator (ByteSpan heap) |
void | InitSystemAllocator (void *heap_low_addr, void *heap_high_addr) |
template<typename AllocatorType > | |
void | InitSystemAllocator (ByteSpan heap) |
Allocator * | GetSystemAllocator () |
const PW_MALLOC_METRICS_TYPE & | UpdateSystemMetrics () |
Replacement interface for standard libc dynamic memory operations.