Home
last modified time | relevance | path

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

/hal_nxp-3.5.0/mcux/mcux-sdk/components/mem_manager/
Dfsl_component_mem_manager_light.c195 extern mem_alloc_test_status_t FSCI_MemAllocTestCanAllocate(void *pCaller);
685 void *pCaller = (void *)((uint32_t *)__mem_get_LR()); in MEM_BufferAllocWithId() local
687 if (FSCI_MemAllocTestCanAllocate(pCaller) == kStatus_AllocBlock) in MEM_BufferAllocWithId()