Searched refs:CreateAllocatorFunc (Results 1 – 2 of 2) sorted by relevance
46 typedef ::C2Allocator* (*CreateAllocatorFunc)(::C2Allocator::id_t, ::c2_status_t*); typedef95 CreateAllocatorFunc mCreateAllocator;
40 mCreateAllocator = (CreateAllocatorFunc)dlsym(mLibHandle, "CreateAllocator"); in C2PlatformStorePluginLoader()