Searched refs:block_list_header_t (Results 1 – 1 of 1) sorted by relevance
101 } block_list_header_t; typedef139 #define BLOCK_HDR_SIZE sizeof(block_list_header_t)148 block_list_header_t *pBlock = (block_list_header_t *)buffer - 1; in MEM_BufferAllocates_memStatis()206 block_list_header_t *pBlock = (block_list_header_t *)buffer - 1; in MEM_BufferFrees_memStatis()274 assert(sizeof(block_list_header_t) == MEM_BLOCK_SIZE); in MEM_Init()449 block_list_header_t *pBlock; in MEM_BufferAllocWithId()464 … pBlock = (block_list_header_t *)(void *)(pPool->pHeap + i * ((uint32_t)pPool->blockSize + in MEM_BufferAllocWithId()465 … (uint32_t)sizeof(block_list_header_t))); in MEM_BufferAllocWithId()547 block_list_header_t *pBlock; in MEM_BufferFree()560 pBlock = (block_list_header_t *)buffer - 1; in MEM_BufferFree()[all …]