Searched refs:createAllocatorFunc (Results 1 – 2 of 2) sorted by relevance
30 auto createAllocatorFunc = (CreateAllocatorFunc)dlsym(libHandle, kCreateAllocatorFuncName); in Create() local31 if (!createAllocatorFunc) { in Create()38 new VendorAllocatorLoader(libHandle, createAllocatorFunc)); in Create()42 CreateAllocatorFunc createAllocatorFunc) in VendorAllocatorLoader() argument43 : mLibHandle(libHandle), mCreateAllocatorFunc(createAllocatorFunc) { in VendorAllocatorLoader()
30 VendorAllocatorLoader(void* libHandle, CreateAllocatorFunc createAllocatorFunc);