Home
last modified time | relevance | path

Searched defs:COMMON_MALLOC_CALLOC (Results 1 – 3 of 3) sorted by relevance

/freebsd/contrib/llvm-project/compiler-rt/lib/lsan/
H A Dlsan_malloc_mac.cpp36 #define COMMON_MALLOC_CALLOC(count, size) \ macro
/freebsd/contrib/llvm-project/compiler-rt/lib/tsan/rtl/
H A Dtsan_malloc_mac.cpp49 #define COMMON_MALLOC_CALLOC(count, size) \ macro
/freebsd/contrib/llvm-project/compiler-rt/lib/asan/
H A Dasan_malloc_mac.cpp41 # define COMMON_MALLOC_CALLOC(count, size) \ macro