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