Home
last modified time | relevance | path

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

/hal_nxp-latest/mcux/mcux-sdk/components/mem_manager/
Dfsl_component_mem_manager_light.c258 void_ptr_t buffer_ptr; in MEM_BufferAllocates_memStatis() local
263 buffer_ptr.void_ptr = buffer; in MEM_BufferAllocates_memStatis()
264 blockHdr_ptr.raw_address = buffer_ptr.raw_address - BLOCK_HDR_SIZE; in MEM_BufferAllocates_memStatis()
323 void_ptr_t buffer_ptr; in MEM_BufferFrees_memStatis() local
328 buffer_ptr.void_ptr = buffer; in MEM_BufferFrees_memStatis()
329 blockHdr_ptr.raw_address = buffer_ptr.raw_address - BLOCK_HDR_SIZE; in MEM_BufferFrees_memStatis()
878 void_ptr_t buffer_ptr; in MEM_BufferAllocateFromArea() local
884 buffer_ptr.raw_address = (uint32_t)BlockHdrFound + BLOCK_HDR_SIZE; in MEM_BufferAllocateFromArea()
885 buffer = buffer_ptr.void_ptr; in MEM_BufferAllocateFromArea()
950 void_ptr_t buffer_ptr; in MEM_BufferAllocWithId() local
[all …]