Searched refs:mCreateAllocator (Results 1 – 2 of 2) sorted by relevance
37 mCreateAllocator(nullptr) { in C2PlatformStorePluginLoader()47 mCreateAllocator = (CreateAllocatorFunc)dlsym(mLibHandle, "CreateAllocator"); in C2PlatformStorePluginLoader()48 if (mCreateAllocator == nullptr) { in C2PlatformStorePluginLoader()82 if (mCreateAllocator == nullptr) { in createAllocator()88 allocator->reset(mCreateAllocator(allocatorId, &res), deleter); in createAllocator()
99 CreateAllocatorFunc mCreateAllocator; variable