Home
last modified time | relevance | path

Searched refs:memHeapEnd (Results 1 – 1 of 1) sorted by relevance

/hal_nxp-3.5.0/mcux/mcux-sdk/components/mem_manager/
Dfsl_component_mem_manager_light.c174 static const uint32_t memHeapEnd = (uint32_t)&Image$$ARM_LIB_STACK$$Base; variable
177 static const uint32_t memHeapEnd = (uint32_t)&__HEAP_end__; variable
180 static const uint32_t memHeapEnd = (uint32_t)(memHeap + MinimalHeapSize_c / sizeof(uint32_t)); variable
185 extern uint32_t memHeapEnd;
539 assert(current_footprint <= memHeapEnd); in MEM_BufferAllocate()
541 available_size = memHeapEnd - current_footprint; in MEM_BufferAllocate()
890 free_size += memHeapEnd - (uint32_t)FreeBlockHdrList.tail - BLOCK_HDR_SIZE; in MEM_GetFreeHeapSize()