Home
last modified time | relevance | path

Searched refs:allocatedBlocksPeak (Results 1 – 1 of 1) sorted by relevance

/hal_nxp-latest/mcux/mcux-sdk/components/mem_manager/
Dfsl_component_mem_manager.c80 uint16_t allocatedBlocksPeak; member
337 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()