Searched refs:IsFromLocalPool (Results 1 - 2 of 2) sorted by last modified time

/freebsd-11-stable/contrib/llvm-project/compiler-rt/lib/asan/
H A Dasan_malloc_linux.cpp93 bool IsFromLocalPool(const void *ptr) { function
H A Dasan_malloc_local.h27 bool IsFromLocalPool(const void *ptr);
43 #define IS_FROM_LOCAL_POOL(ptr) UNLIKELY(IsFromLocalPool(ptr))

Completed in 131 milliseconds