Home
last modified time | relevance | path

Searched refs:allocatePrimary (Results 1 – 2 of 2) sorted by relevance

/external/llvm-project/compiler-rt/lib/scudo/
Dscudo_allocator_combined.h34 void *allocatePrimary(AllocatorCache *Cache, uptr ClassId) { in allocatePrimary() function
Dscudo_allocator.cpp202 return getBackend().allocatePrimary(Cache_, BatchClassId); in Allocate()
349 BackendPtr = Backend.allocatePrimary(&TSD->Cache, ClassId); in allocate()