Home
last modified time | relevance | path

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

/hal_nxp-latest/mcux/mcux-sdk/components/mem_manager/
Dfsl_component_mem_manager_light.c168 void *void_ptr; member
263 buffer_ptr.void_ptr = buffer; in MEM_BufferAllocates_memStatis()
328 buffer_ptr.void_ptr = buffer; in MEM_BufferFrees_memStatis()
882 BlockHdrFound->first_alloc_caller = lr.void_ptr; in MEM_BufferAllocateFromArea()
885 buffer = buffer_ptr.void_ptr; in MEM_BufferAllocateFromArea()
957 buffer_ptr.void_ptr = NULL; in MEM_BufferAllocWithId()
958 return buffer_ptr.void_ptr; in MEM_BufferAllocWithId()
963 buffer_ptr.void_ptr = MEM_BufferAllocate(numBytes, poolId); in MEM_BufferAllocWithId()
966 if (buffer_ptr.void_ptr != NULL) in MEM_BufferAllocWithId()
975 return buffer_ptr.void_ptr; in MEM_BufferAllocWithId()
[all …]