Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/compiler-rt/lib/lsan/
H A Dlsan_common_linux.cpp109 void ProcessPlatformSpecificAllocations(Frontier *frontier) {} in ProcessPlatformSpecificAllocations() function
H A Dlsan_common_fuchsia.cpp49 void ProcessPlatformSpecificAllocations(Frontier *frontier) {} in ProcessPlatformSpecificAllocations() function
H A Dlsan_common_mac.cpp164 void ProcessPlatformSpecificAllocations(Frontier *frontier) { in ProcessPlatformSpecificAllocations() function
H A Dlsan_common.h240 void ProcessPlatformSpecificAllocations(Frontier *frontier);
H A Dlsan_common.cpp649 ProcessPlatformSpecificAllocations(frontier); in ClassifyAllChunks()