Home
last modified time | relevance | path

Searched defs:COMMON_MALLOC_SIZE (Results 1 – 2 of 2) sorted by relevance

/freebsd/contrib/llvm-project/compiler-rt/lib/tsan/rtl/
H A Dtsan_malloc_mac.cpp76 #define COMMON_MALLOC_SIZE(ptr) uptr size = user_alloc_usable_size(ptr); macro
/freebsd/contrib/llvm-project/compiler-rt/lib/lsan/
H A Dlsan_malloc_mac.cpp47 #define COMMON_MALLOC_SIZE(ptr) \ macro