Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/compiler-rt/lib/scudo/standalone/
H A Dmem_map.cpp38 ::scudo::unmap(reinterpret_cast<void *>(Addr), Size, UNMAP_ALL, &Data); in unmapImpl()
61 ::scudo::unmap(reinterpret_cast<void *>(Base), Capacity, UNMAP_ALL, &Data); in releaseImpl()
H A Dcommon.h186 #define UNMAP_ALL (1U << 0) macro
H A Dfuchsia.cpp144 if (Flags & UNMAP_ALL) { in unmap()