Searched refs:BaseMemAllocator_Init (Results 1 – 1 of 1) sorted by relevance
79 static HRESULT BaseMemAllocator_Init(HRESULT (* fnAlloc)(IMemAllocator *), in BaseMemAllocator_Init() function916 …if (SUCCEEDED(hr = BaseMemAllocator_Init(StdMemAllocator_Alloc, StdMemAllocator_Free, NULL, NULL, … in StdMemAllocator_create()