Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/compiler-rt/lib/lsan/
H A Dlsan_common_linux.cc104 void ProcessPlatformSpecificAllocations(Frontier *frontier) {} in ProcessPlatformSpecificAllocations() function
H A Dlsan_common_mac.cc146 void ProcessPlatformSpecificAllocations(Frontier *frontier) { in ProcessPlatformSpecificAllocations() function
H A Dlsan_common.h121 void ProcessPlatformSpecificAllocations(Frontier *frontier);
H A Dlsan_common.cc464 ProcessPlatformSpecificAllocations(&frontier); in ClassifyAllChunks()