Home
last modified time | relevance | path

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

/external/llvm-project/compiler-rt/lib/asan/
Dasan_malloc_local.h28 void *MemalignFromLocalPool(uptr alignment, uptr size);
36 void *res = MemalignFromLocalPool(SHADOW_GRANULARITY, size); \
Dasan_malloc_linux.cpp86 void* MemalignFromLocalPool(uptr alignment, uptr size) { in MemalignFromLocalPool() function