Home
last modified time | relevance | path

Searched refs:ProcessPlatformSpecificAllocations (Results 1 – 5 of 5) sorted by relevance

/openbsd/src/gnu/llvm/compiler-rt/lib/lsan/
Dlsan_common_linux.cpp109 void ProcessPlatformSpecificAllocations(Frontier *frontier) {} in ProcessPlatformSpecificAllocations() function
Dlsan_common_fuchsia.cpp49 void ProcessPlatformSpecificAllocations(Frontier *frontier) {} in ProcessPlatformSpecificAllocations() function
Dlsan_common_mac.cpp160 void ProcessPlatformSpecificAllocations(Frontier *frontier) { in ProcessPlatformSpecificAllocations() function
Dlsan_common.h237 void ProcessPlatformSpecificAllocations(Frontier *frontier);
Dlsan_common.cpp632 ProcessPlatformSpecificAllocations(frontier); in ClassifyAllChunks()