Home
last modified time | relevance | path

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

/external/compiler-rt/lib/lsan/
Dlsan_common.h103 void ProcessPlatformSpecificAllocations(Frontier *frontier);
Dlsan_common_linux.cc149 void ProcessPlatformSpecificAllocations(Frontier *frontier) { in ProcessPlatformSpecificAllocations() function
Dlsan_common.cc356 ProcessPlatformSpecificAllocations(&frontier); in ClassifyAllChunks()