Home
last modified time | relevance | path

Searched refs:MADV_FREE_REUSABLE (Results 1 – 25 of 1689) sorted by relevance

12345678910>>...68

/dports/converters/wkhtmltopdf/qt-5db36ec/src/3rdparty/webkit/Source/JavaScriptCore/wtf/
H A DOSAllocatorPosix.cpp48 while (madvise(result, bytes, MADV_FREE_REUSABLE) == -1 && errno == EAGAIN) { } in reserveUncommitted()
140 while (madvise(address, bytes, MADV_FREE_REUSABLE) == -1 && errno == EAGAIN) { } in decommit()
/dports/lang/go-devel/go-becaeea1199b875bc24800fa88f2f4fea119bf78/src/runtime/
H A Ddefs_darwin.go46 MADV_FREE_REUSABLE = C.MADV_FREE_REUSABLE const
/dports/lang/go-devel/go-dragonfly-amd64-bootstrap/src/runtime/
H A Ddefs_darwin.go47 MADV_FREE_REUSABLE = C.MADV_FREE_REUSABLE const
/dports/x11-toolkits/qt5-declarative/kde-qtdeclarative-5.15.2p41/src/3rdparty/masm/wtf/
H A DOSAllocatorPosix.cpp122 while (madvise(result, bytes, MADV_FREE_REUSABLE) == -1 && errno == EAGAIN) { } in reserveUncommitted()
245 while (madvise(address, bytes, MADV_FREE_REUSABLE) == -1 && errno == EAGAIN) { } in decommit()
/dports/x11-toolkits/qt5-declarative-test/kde-qtdeclarative-5.15.2p41/src/3rdparty/masm/wtf/
H A DOSAllocatorPosix.cpp122 while (madvise(result, bytes, MADV_FREE_REUSABLE) == -1 && errno == EAGAIN) { } in reserveUncommitted()
245 while (madvise(address, bytes, MADV_FREE_REUSABLE) == -1 && errno == EAGAIN) { } in decommit()
/dports/lang/gcc12-devel/gcc-12-20211205/libphobos/libdruntime/core/sys/darwin/sys/
H A Dmman.d83 enum MADV_FREE_REUSABLE = 7; variable
/dports/lang/gcc11/gcc-11.2.0/libphobos/libdruntime/core/sys/darwin/sys/
H A Dmman.d83 enum MADV_FREE_REUSABLE = 7; variable
/dports/lang/gcc10/gcc-10.3.0/libphobos/libdruntime/core/sys/darwin/sys/
H A Dmman.d83 enum MADV_FREE_REUSABLE = 7; variable
/dports/lang/gcc11-devel/gcc-11-20211009/libphobos/libdruntime/core/sys/darwin/sys/
H A Dmman.d83 enum MADV_FREE_REUSABLE = 7; variable
/dports/devel/avr-gcc/gcc-10.2.0/libphobos/libdruntime/core/sys/darwin/sys/
H A Dmman.d83 enum MADV_FREE_REUSABLE = 7; variable
/dports/lang/gcc9-devel/gcc-9-20211007/libphobos/libdruntime/core/sys/darwin/sys/
H A Dmman.d83 enum MADV_FREE_REUSABLE = 7; variable
/dports/lang/gcc10-devel/gcc-10-20211008/libphobos/libdruntime/core/sys/darwin/sys/
H A Dmman.d83 enum MADV_FREE_REUSABLE = 7; variable
/dports/lang/gcc9/gcc-9.4.0/libphobos/libdruntime/core/sys/darwin/sys/
H A Dmman.d83 enum MADV_FREE_REUSABLE = 7; variable
/dports/misc/cxx_atomics_pic/gcc-11.2.0/libphobos/libdruntime/core/sys/darwin/sys/
H A Dmman.d83 enum MADV_FREE_REUSABLE = 7; variable
/dports/lang/gcc9-aux/gcc-9.1.0/libphobos/libdruntime/core/sys/darwin/sys/
H A Dmman.d83 enum MADV_FREE_REUSABLE = 7; variable
/dports/lang/zig/zig-0.9.0/lib/libc/include/x86_64-macos.10-gnu/sys/
H A Dmman.h196 #define MADV_FREE_REUSABLE 7 /* pages can be reused (by anyone) */ macro
/dports/lang/zig-devel/zig-0.9.0/lib/libc/include/x86_64-macos.10-gnu/sys/
H A Dmman.h196 #define MADV_FREE_REUSABLE 7 /* pages can be reused (by anyone) */ macro
/dports/lang/zig/zig-0.9.0/lib/libc/include/any-macos-any/sys/
H A Dmman.h208 #define MADV_FREE_REUSABLE 7 /* pages can be reused (by anyone) */ macro
/dports/lang/zig-devel/zig-0.9.0/lib/libc/include/any-macos-any/sys/
H A Dmman.h208 #define MADV_FREE_REUSABLE 7 /* pages can be reused (by anyone) */ macro
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/pdfium/third_party/base/allocator/partition_allocator/
H A Dpage_allocator_internals_posix.h196 int ret = madvise(address, length, MADV_FREE_REUSABLE); in DiscardSystemPagesInternal()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/pdfium/third_party/base/allocator/partition_allocator/
H A Dpage_allocator_internals_posix.h198 int ret = madvise(address, length, MADV_FREE_REUSABLE); in DiscardSystemPagesInternal()
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/base/allocator/partition_allocator/
H A Dpage_allocator_internals_posix.h225 int ret = madvise(address, length, MADV_FREE_REUSABLE); in DiscardSystemPagesInternal()
/dports/www/chromium-legacy/chromium-88.0.4324.182/base/allocator/partition_allocator/
H A Dpage_allocator_internals_posix.h292 int ret = madvise(address, length, MADV_FREE_REUSABLE); in DiscardSystemPagesInternal()
/dports/devel/pytype/pytype-2021.9.9/pytype/typeshed/stdlib/
H A Dmmap.pyi102 MADV_FREE_REUSABLE: int
/dports/multimedia/librespot/librespot-0.1.3/cargo-crates/nix-0.9.0/src/sys/
H A Dmman.rs104 pub const MADV_FREE_REUSABLE : MmapAdvise = 7; /* pages can be reused (by anyone) */ const

12345678910>>...68