Searched refs:MEM_BufferAllocWithId (Results 1 – 3 of 3) sorted by relevance
95 #define MEM_BufferAlloc(numBytes) MEM_BufferAllocWithId(numBytes, 0)301 void *MEM_BufferAllocWithId(uint32_t numBytes, uint8_t poolId);
443 void *MEM_BufferAllocWithId(uint32_t numBytes, uint8_t poolId) in MEM_BufferAllocWithId() function669 realloc_buffer = MEM_BufferAllocWithId(new_size, 0U); in MEM_BufferRealloc()684 realloc_buffer = MEM_BufferAllocWithId(new_size, 0U); in MEM_BufferRealloc()
945 void *MEM_BufferAllocWithId(uint32_t numBytes, uint8_t poolId) in MEM_BufferAllocWithId() function