Searched refs:memHeapEnd (Results 1 – 1 of 1) sorted by relevance
174 static const uint32_t memHeapEnd = (uint32_t)&Image$$ARM_LIB_STACK$$Base; variable177 static const uint32_t memHeapEnd = (uint32_t)&__HEAP_end__; variable180 static const uint32_t memHeapEnd = (uint32_t)(memHeap + MinimalHeapSize_c / sizeof(uint32_t)); variable185 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()