Home
last modified time | relevance | path

Searched refs:START_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
455 START_TIME = TM_GetTimestamp(); in MEM_BufferAllocWithId()
495 ALLOC_TIME = STOP_TIME - START_TIME; in MEM_BufferAllocWithId()
Dfsl_component_mem_manager_light.c693 uint32_t START_TIME = 0U, STOP_TIME = 0U, ALLOC_TIME = 0U; in MEM_BufferAllocateFromArea() local
694 START_TIME = TM_GetTimestamp(); in MEM_BufferAllocateFromArea()
873 ALLOC_TIME = STOP_TIME - START_TIME; in MEM_BufferAllocateFromArea()