Home
last modified time | relevance | path

Searched refs:vmaSize (Results 1 – 2 of 2) sorted by relevance

/freebsd/contrib/llvm-project/compiler-rt/lib/tsan/rtl/
H A Dtsan_platform_linux.cpp90 uptr vmaSize; variable
309 vmaSize = in InitializePlatformEarly()
313 if (vmaSize != 39 && vmaSize != 42 && vmaSize != 48) { in InitializePlatformEarly()
315 Printf("FATAL: Found %zd - Supported 39, 42 and 48\n", vmaSize); in InitializePlatformEarly()
319 if (vmaSize != 48) { in InitializePlatformEarly()
321 Printf("FATAL: Found %zd - Supported 48\n", vmaSize); in InitializePlatformEarly()
327 if (vmaSize != 47) { in InitializePlatformEarly()
329 Printf("FATAL: Found %zd - Supported 47\n", vmaSize); in InitializePlatformEarly()
333 if (vmaSize != 47) { in InitializePlatformEarly()
335 Printf("FATAL: Found %zd - Supported 47\n", vmaSize); in InitializePlatformEarly()
[all …]
H A Dtsan_platform.h711 extern uptr vmaSize;
717 switch (vmaSize) { in Apply()
742 switch (vmaSize) { in Apply()
753 switch (vmaSize) { in LoAppMemEnd()
764 switch (vmaSize) {