Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/compiler-rt/lib/asan/
H A Dasan_malloc_local.h32 bool IsFromLocalPool(const void *ptr);
35 #define IS_FROM_LOCAL_POOL(ptr) UNLIKELY(IsFromLocalPool(ptr))
H A Dasan_malloc_linux.cc94 bool IsFromLocalPool(const void *ptr) { in IsFromLocalPool() function