Home
last modified time | relevance | path

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

/external/llvm-project/compiler-rt/lib/asan/
Dasan_malloc_local.h27 bool IsFromLocalPool(const void *ptr);
43 #define IS_FROM_LOCAL_POOL(ptr) UNLIKELY(IsFromLocalPool(ptr))
Dasan_malloc_linux.cpp93 bool IsFromLocalPool(const void *ptr) { in IsFromLocalPool() function