C/C++ API Reference
Loading...
Searching...
No Matches
pw::malloc Namespace Reference

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)
 
AllocatorGetSystemAllocator ()
 
const PW_MALLOC_METRICS_TYPEUpdateSystemMetrics ()
 

Detailed Description

Replacement interface for standard libc dynamic memory operations.