Searched refs:custom_mem_alloc (Results 1 – 2 of 2) sorted by relevance
171 CustomMemAlloc *custom_mem_alloc; variable
42 custom_mem_alloc = NULL; in __PortBase()150 custom_mem_alloc = pMemAlloc; in SetMemAllocator()425 if (custom_mem_alloc) { in AllocateBuffer()453 if (custom_mem_alloc) { in AllocateBuffer()454 buffer_hdr->pBuffer = (*custom_mem_alloc)(nSizeBytes, custom_mem_userdata); in AllocateBuffer()