HomeSort by: relevance | last modified time | path
    Searched refs:EarlyMalloc (Results 1 - 2 of 2) sorted by relevancy

  /src/sys/external/bsd/compiler_rt/dist/lib/asan/
asan_malloc_local.h 23 static INLINE bool EarlyMalloc() {
34 #define ALLOCATE_FROM_LOCAL_POOL UNLIKELY(EarlyMalloc())
asan_malloc_linux.cc 105 return EarlyMalloc() || MaybeInDlsym();

Completed in 12 milliseconds