Home
last modified time | relevance | path

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

/external/compiler-rt/lib/asan/
Dasan_malloc_linux.cc38 static void *AllocateFromLocalPool(uptr size_in_bytes) { in AllocateFromLocalPool() function
63 return AllocateFromLocalPool(size); in INTERCEPTOR()
71 return AllocateFromLocalPool(nmemb * size); in INTERCEPTOR()