Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/compiler-rt/lib/asan/
H A Dasan_malloc_local.h23 static INLINE bool EarlyMalloc() { in EarlyMalloc() function
34 #define ALLOCATE_FROM_LOCAL_POOL UNLIKELY(EarlyMalloc())
H A Dasan_malloc_linux.cc105 return EarlyMalloc() || MaybeInDlsym(); in UseLocalPool()