Searched refs:allocatedBlocksPeak (Results 1 – 1 of 1) sorted by relevance
80 uint16_t allocatedBlocksPeak; member337 pPool->allocatedBlocksPeak = 0; in MEM_AddBuffer()517 if (pPool->allocatedBlocks > pPool->allocatedBlocksPeak) in MEM_BufferAllocWithId()519 pPool->allocatedBlocksPeak = pPool->allocatedBlocks; in MEM_BufferAllocWithId()632 pPool->allocatedBlocksPeak = 0; in MEM_BufferFreeAllWithId()741 … pPool->numBlocks, pPool->allocatedBlocks, pPool->allocatedBlocksPeak, pPool->poolFragmentWaste, in MEM_Trace()