Home
last modified time | relevance | path

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

/llvm-project-15.0.7/compiler-rt/lib/lsan/
H A Dlsan_common_linux.cpp109 void ProcessPlatformSpecificAllocations(Frontier *frontier) {} in ProcessPlatformSpecificAllocations() function
H A Dlsan_common_mac.cpp145 void ProcessPlatformSpecificAllocations(Frontier *frontier) { in ProcessPlatformSpecificAllocations() function
H A Dlsan_common_fuchsia.cpp48 void ProcessPlatformSpecificAllocations(Frontier *frontier) {} in ProcessPlatformSpecificAllocations() function
H A Dlsan_common.h134 void ProcessPlatformSpecificAllocations(Frontier *frontier);
H A Dlsan_common.cpp592 ProcessPlatformSpecificAllocations(frontier); in ClassifyAllChunks()