Searched refs:UNMAP_ALL (Results 1 – 3 of 3) sorted by relevance
38 ::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()
186 #define UNMAP_ALL (1U << 0) macro
144 if (Flags & UNMAP_ALL) { in unmap()