Searched refs:mCreateAllocator (Results 1 – 2 of 2) sorted by relevance
40 mCreateAllocator = (CreateAllocatorFunc)dlsym(mLibHandle, "CreateAllocator"); in C2PlatformStorePluginLoader()41 if (mCreateAllocator == nullptr) { in C2PlatformStorePluginLoader()72 if (mCreateAllocator == nullptr) { in createAllocator()78 allocator->reset(mCreateAllocator(allocatorId, &res)); in createAllocator()
95 CreateAllocatorFunc mCreateAllocator; variable