Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_procmaps_common.cpp103 ProcSelfMapsBuff new_proc_self_maps; in CacheMemoryMappings() local
104 ReadProcMaps(&new_proc_self_maps); in CacheMemoryMappings()
106 if (new_proc_self_maps.mmaped_size == 0) in CacheMemoryMappings()
111 cached_proc_self_maps = new_proc_self_maps; in CacheMemoryMappings()