Searched refs:IS_FROM_LOCAL_POOL (Results 1 - 4 of 4) sorted by relevance

/netbsd-current/sys/external/bsd/compiler_rt/dist/lib/asan/
H A Dasan_malloc_local.h35 #define IS_FROM_LOCAL_POOL(ptr) UNLIKELY(IsFromLocalPool(ptr)) macro
40 #define IS_FROM_LOCAL_POOL(ptr) 0 macro
H A Dasan_new_delete.cc145 if (IS_FROM_LOCAL_POOL(ptr)) return;\
150 if (IS_FROM_LOCAL_POOL(ptr)) return;\
155 if (IS_FROM_LOCAL_POOL(ptr)) return;\
160 if (IS_FROM_LOCAL_POOL(ptr)) return;\
/netbsd-current/external/gpl3/gcc.old/dist/libsanitizer/asan/
H A Dasan_malloc_local.h33 #define IS_FROM_LOCAL_POOL(ptr) UNLIKELY(IsFromLocalPool(ptr)) macro
38 #define IS_FROM_LOCAL_POOL(ptr) 0 macro
H A Dasan_new_delete.cc143 if (IS_FROM_LOCAL_POOL(ptr)) return;\
148 if (IS_FROM_LOCAL_POOL(ptr)) return;\
153 if (IS_FROM_LOCAL_POOL(ptr)) return;\
158 if (IS_FROM_LOCAL_POOL(ptr)) return;\

Completed in 200 milliseconds