Searched refs:FreeBlockHdrList (Results 1 – 1 of 1) sorted by relevance
173 freeBlockHeaderList_t FreeBlockHdrList; member299 UPDATE_PEAK(((uint32_t)FreeBlockHdrList.tail + BLOCK_HDR_SIZE), s_memStatis.peak_upper_addr); in MEM_BufferAllocates_memStatis()368 assert(BlockHdr < p_area->ctx.FreeBlockHdrList.tail); in MEM_BufferFreeBlocksCleanUp()394 p_area->ctx.FreeBlockHdrList.tail = BlockHdr; in MEM_BufferFreeBlocksCleanUp()585 p_area->ctx.FreeBlockHdrList.head = firstBlockHdr; in MEM_RegisterExtendedArea()586 p_area->ctx.FreeBlockHdrList.tail = firstBlockHdr; in MEM_RegisterExtendedArea()610 blockHeader_t *FreeBlockHdr = p_area->ctx.FreeBlockHdrList.head; in MEM_AreaIsEmpty()682 blockHeader_t *FreeBlockHdr = p_area->ctx.FreeBlockHdrList.head; in MEM_BufferAllocateFromArea()707 assert(FreeBlockHdr < p_area->ctx.FreeBlockHdrList.tail); in MEM_BufferAllocateFromArea()736 if (p_area->ctx.FreeBlockHdrList.head == FreeBlockHdr) in MEM_BufferAllocateFromArea()[all …]