Home
last modified time | relevance | path

Searched refs:SCUDO_LINUX (Results 1 – 8 of 8) sorted by relevance

/llvm-project-15.0.7/compiler-rt/lib/scudo/standalone/
H A Dplatform.h16 #define SCUDO_LINUX 1 macro
18 #define SCUDO_LINUX 0 macro
H A Dmemtag.h14 #if SCUDO_LINUX
28 #if SCUDO_LINUX && !defined(SCUDO_DISABLE_TBI) && \
63 #if SCUDO_LINUX
H A Dlinux.h14 #if SCUDO_LINUX
H A Dmutex.h49 #if SCUDO_LINUX
H A Dlinux.cpp11 #if SCUDO_LINUX
/llvm-project-15.0.7/compiler-rt/lib/scudo/standalone/tests/
H A Dcommon_test.cpp19 if (!SCUDO_LINUX) in getResidentMemorySize()
H A Dwrappers_cpp_test.cpp140 if (SCUDO_LINUX) { in TEST()
H A Dmemtag_test.cpp14 #if SCUDO_LINUX