Searched refs:allocatedBytes (Results 1 – 1 of 1) sorted by relevance
99 uint16_t allocatedBytes; member207 s_memStatis.ram_allocated -= (uint16_t)(pBlock->allocatedBytes + BLOCK_HDR_SIZE); in MEM_BufferFrees_memStatis()209 if (pBlock->allocatedBytes <= SMALL_BUFFER_SIZE) in MEM_BufferFrees_memStatis()213 else if (pBlock->allocatedBytes <= LARGE_BUFFER_SIZE) in MEM_BufferFrees_memStatis()225 assert(block_size >= pBlock->allocatedBytes); in MEM_BufferFrees_memStatis()226 assert(s_memStatis.ram_lost >= (block_size - pBlock->allocatedBytes)); in MEM_BufferFrees_memStatis()229 s_memStatis.ram_lost -= (block_size - pBlock->allocatedBytes); in MEM_BufferFrees_memStatis()471 pBlock->allocatedBytes = (uint16_t)numBytes; in MEM_BufferAllocWithId()750 pBlock->allocatedBytes); in MEM_Trace()