Home
last modified time | relevance | path

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

/hal_nxp-latest/mcux/mcux-sdk/components/mem_manager/
Dfsl_component_mem_manager.c454 uint32_t START_TIME = 0U, STOP_TIME = 0U, ALLOC_TIME = 0U; in MEM_BufferAllocWithId() local
495 ALLOC_TIME = STOP_TIME - START_TIME; in MEM_BufferAllocWithId()
506 MEM_BufferAllocates_memStatis(buffer, ALLOC_TIME, numBytes); in MEM_BufferAllocWithId()
Dfsl_component_mem_manager_light.c693 uint32_t START_TIME = 0U, STOP_TIME = 0U, ALLOC_TIME = 0U; in MEM_BufferAllocateFromArea() local
873 ALLOC_TIME = STOP_TIME - START_TIME; in MEM_BufferAllocateFromArea()
888 MEM_BufferAllocates_memStatis(buffer, ALLOC_TIME, numBytes); in MEM_BufferAllocateFromArea()