Home
last modified time | relevance | path

Searched defs:InitSystemAllocator (Results 1 – 7 of 7) sorted by relevance

/aosp_15_r20/external/pigweed/pw_malloc/public/pw_malloc/
H A Dmalloc.h93 void InitSystemAllocator(ByteSpan heap) { in InitSystemAllocator() function
/aosp_15_r20/external/pigweed/pw_malloc_freertos/
H A Dfreertos_malloc.cc20 void InitSystemAllocator(ByteSpan) {} in InitSystemAllocator() function
/aosp_15_r20/external/pigweed/pw_malloc/
H A Dbucket_allocator.cc28 void InitSystemAllocator(ByteSpan heap) { in InitSystemAllocator() function
H A Dbest_fit.cc25 void InitSystemAllocator(ByteSpan heap) { in InitSystemAllocator() function
H A Dfirst_fit.cc25 void InitSystemAllocator(ByteSpan heap) { in InitSystemAllocator() function
H A Dworst_fit.cc25 void InitSystemAllocator(ByteSpan heap) { in InitSystemAllocator() function
H A Dmalloc.cc72 void InitSystemAllocator(void* heap_low_addr, void* heap_high_addr) { in InitSystemAllocator() function