Searched refs:cache_enabled (Results 1 - 3 of 3) sorted by relevance

/freebsd-13-stable/contrib/llvm-project/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_procmaps_common.cpp72 MemoryMappingLayout::MemoryMappingLayout(bool cache_enabled) { argument
74 if (cache_enabled)
80 if (cache_enabled && data_.proc_self_maps.mmaped_size == 0)
H A Dsanitizer_procmaps.h70 explicit MemoryMappingLayout(bool cache_enabled);
H A Dsanitizer_procmaps_mac.cpp83 MemoryMappingLayout::MemoryMappingLayout(bool cache_enabled) { argument

Completed in 118 milliseconds