Home
last modified time | relevance | path

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

/hal_nxp-latest/mcux/mcux-sdk/components/mem_manager/
Dfsl_component_mem_manager.c41 #define __mem_get_LR() __get_LR() macro
43 #define __mem_get_LR() __builtin_return_address(0) macro
45 #define __mem_get_LR() __return_address() macro
472 pBlock->caller = (uint32_t)((uint32_t *)__mem_get_LR()); in MEM_BufferAllocWithId()
Dfsl_component_mem_manager_light.c98 #define __mem_get_LR() __get_LR() macro
100 #define __mem_get_LR() __builtin_return_address(0U) macro
102 #define __mem_get_LR() __return_address() macro
881 lr.raw_address = (uint32_t)__mem_get_LR(); in MEM_BufferAllocateFromArea()
953 void *pCaller = (void *)((uint32_t *)__mem_get_LR()); in MEM_BufferAllocWithId()
970 BlockHdr_ptr.block_hdr_ptr->second_alloc_caller = (void *)((uint32_t *)__mem_get_LR()); in MEM_BufferAllocWithId()