Searched refs:MEM_BufferAlloc (Results 1 – 2 of 2) sorted by relevance
95 #ifndef MEM_BufferAlloc96 #define MEM_BufferAlloc(numBytes) MEM_BufferAllocWithId(numBytes, 0) macro
155 buffer = MEM_BufferAlloc(length + sizeof(list_element_t)); in MSG_Alloc()