Searched refs:buffer_ptr (Results 1 – 1 of 1) sorted by relevance
258 void_ptr_t buffer_ptr; in MEM_BufferAllocates_memStatis() local263 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() local328 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() local884 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 …]