Home
last modified time | relevance | path

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

/hal_nxp-3.5.0/mcux/mcux-sdk/components/mem_manager/
Dfsl_component_mem_manager_light.c145 void *void_ptr; member
218 buffer_ptr.void_ptr = buffer; in MEM_BufferAllocates_memStatis()
283 buffer_ptr.void_ptr = buffer; in MEM_BufferFrees_memStatis()
652 BlockHdrFound->first_alloc_caller = lr.void_ptr; in MEM_BufferAllocate()
655 buffer = buffer_ptr.void_ptr; in MEM_BufferAllocate()
689 buffer_ptr.void_ptr = NULL; in MEM_BufferAllocWithId()
690 return buffer_ptr.void_ptr; in MEM_BufferAllocWithId()
695 buffer_ptr.void_ptr = MEM_BufferAllocate(numBytes, poolId); in MEM_BufferAllocWithId()
698 if (buffer_ptr.void_ptr != NULL) in MEM_BufferAllocWithId()
707 return buffer_ptr.void_ptr; in MEM_BufferAllocWithId()
[all …]