Home
last modified time | relevance | path

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

/external/llvm-project/compiler-rt/lib/scudo/
Dscudo_allocator_combined.h40 void *allocateSecondary(uptr Size, uptr Alignment) { in allocateSecondary() function
Dscudo_allocator.cpp355 BackendPtr = Backend.allocateSecondary(BackendSize, Alignment); in allocate()