Curation by apogorzelska 1 week, 3 days ago for query mmap
Original results
-
https://en.wikipedia.org/wiki/Mmap — found via Wikipedia
Mmap
In computing, mmap(2) is a POSIX-compliant Unix system call that maps files or devices into memory. It is a method of memory-mapped file I/O. It implements
-
https://en.wikipedia.org/wiki/MMAP — found via Wikipedia
MMAP
Marketing Metric Audit Protocol (MMAP) Memory map mmap, a UNIX system call for mapping files to memory Marked Markovian Arrival Process This disambiguation
-
https://en.wikipedia.org/wiki/Memory-mapped_file — found via Wikipedia
Memory-mapped file
Software House's System-1022 database system. SunOS 4 introduced Unix's mmap, which permitted programs "to map files into memory." Two decades after the
-
https://en.wikipedia.org/wiki/Address_space_layout_randomization — found via Wikipedia
Address space layout randomization
E_{s}} (entropy bits of stack top) E m {\displaystyle E_{m}} (entropy bits of mmap() base) E x {\displaystyle E_{x}} (entropy bits of main executable base)
-
https://en.wikipedia.org/wiki/C_dynamic_memory_allocation — found via Wikipedia
C dynamic memory allocation
the mmap threshold (a "largebin" request), the memory is always allocated using the mmap system call. The threshold is usually 128 KB. The mmap method
-
http://en.wikipedia.org/wiki/Mmap — found via Mwmbl
mmap - Wikipedia
In computing, mmap(2) is a POSIX-compliant Unixsystem call that maps files or devices into memory. It is a method of memory-mapped file I/O. It implement…
-
https://github.com/mmap — found via Mwmbl
MMAP · GitHub
Saved searches Use saved searches to filter your results more quickly You signed in with another tab or window. Reload to refresh your session.You signed…
-
https://github.com/topics/mmap — found via Mwmbl
mmap · GitHub Topics · GitHub
Saved searches Use saved searches to filter your results more quickly You signed in with another tab or window. Reload to refresh your session.You signed…
-
https://github.com/nercms-mmap — found via Mwmbl
NERCMS MMAP · GitHub
Saved searches Use saved searches to filter your results more quickly You signed in with another tab or window. Reload to refresh your session.You signed…
-
https://github.com/cran/mmap — found via Mwmbl
GitHub - cran/mmap: :exclamation: This is a read-only mirror of …
Saved searches Use saved searches to filter your results more quickly You signed in with another tab or window. Reload to refresh your session.You signed…
-
https://github.com/go-util/mmap — found via Mwmbl
Page not found · GitHub · GitHub
Use saved searches to filter your results more quickly Sign in to GitHub You signed in with another tab or window. Reload to refresh your session.You sig…
-
https://docs.rs/mmap — found via Mwmbl
mmap - Rust
A memory mapped file or chunk of memory. This is a very system-specific interface to the OS's memory mapping facilities (mmap on POSIX, VirtualAlloc/Crea…
-
https://docs.rs/memmap2/ — found via Mwmbl
memmap2 - Rust
The core functionality is provided by either Mmap or MmapMut , which correspond to mapping a File to a &[u8] or &mut [u8] respectively. Both function by d…
-
https://docs.rs/memmapix — found via Mwmbl
memmapix - Rust
The core functionality is provided by either Mmap or MmapMut, which correspond to mapping a File to a &[u8] or &mut [u8] respectively. Both function by d…
-
https://docs.rs/crate/fmmap/0.3.2 — found via Mwmbl
fmmap 0.3.2 - Docs.rs
The design of this crate is inspired by Dgraph's mmap file implementation in Stretto . All of file-backed memory map has the potential for Undefined Behav…
-
http://lwn.net/Articles/547977/ — found via Mwmbl
mmap [LWN.net]
mmap I had the same question. While I trust that Ric Wheeler knows what he's talking about, the whole article (and perhaps the talk) seems much hand-wavi…
-
http://lwn.net/Articles/272713/ — found via Mwmbl
mmap and PROT_EXEC [LWN.net]
mmap and PROT_EXEC mmap and PROT_EXEC mmap() and mprotect() involving PROT_EXEC are not necessarily trivial when Security Enhanced Linux (SELinux) is pre…
-
http://lwn.net/Articles/272707/ — found via Mwmbl
Security benefits of noexec? [LWN.net]
mmap and PROT_EXEC mmap() and mprotect() involving PROT_EXEC are not necessarily trivial when Security Enhanced Linux (SELinux) is present. In particular…
-
https://hackaday.com/tag/mmap/ — found via Mwmbl
Mmap | Hackaday
mmap 1 Articles [Sami Pietikäinen] was working on an embedded Linux device based on an Atmel SAMA5D3x ARM-A5 processor. Normally, embedded Linux boxes wi…
-
http://justine.lol/mmap/ — found via Mwmbl
Edge AI Just Got Faster
Edge AI Just Got Faster When Meta released LLaMA back in February, many of us were excited to see a high-quality Large Language Model (LLM) become availa…
-
https://stackoverflow.com/q/78582877 — found via Mwmbl
mmap - Reading from an eBPF map without paying for kernel-call -…
1 Answer 1 Yes, since kernel v5.5 [link] it is possible to mmap BPF_MAP_TYPE_ARRAY maps. This feature is mainly intended for global data which lives in a…
-
http://stackoverflow.com/tags/mmap/new — found via Mwmbl
'mmap' New Answers - Stack Overflow
Solutions involving only mmap/munmap: Here's a couple of solutions that don't require other tools than the mmap and munmap syscalls. Their downside is th…
-
http://everything2.com/title/mmap — found via Mwmbl
mmap - Everything2.com
mmap mmap() is a POSIX1b function that maps a region of a file into memory. If several processes maps the same or overlapping regions of the same file, t…
-
http://sqlite.org/mmap.html — found via Mwmbl
Memory-Mapped I/O
Memory-Mapped I/O The default mechanism by which SQLite accesses and updates database disk files is the xRead() and xWrite() methods of the sqlite3_io_me…
-
https://www.gnu.org/s/hurd/glibc/mmap.html — found via Mwmbl
mmap
The mmap call is generally supported on GNU Hurd, as indicated by _POSIX_MAPPED_FILES (sysconf (_SC_MAPPED_FILES)). Flags Flags contain mapping type, sha…
-
http://docs.python.org/library/mmap.html — found via Mwmbl
mmap — Memory-mapped file support — Python 3.12.4 documentation
This module does not work or is not available on WebAssembly platforms wasm32-emscripten and wasm32-wasi. See WebAssembly platforms for more information.…
-
http://docs.python.org/3.0/library/mmap.html — found via Mwmbl
mmap — Memory-mapped file support — Python v3.0.1 documentation
Navigation Memory-mapped file objects behave like both strings and like file objects. Unlike normal string objects, however, these are mutable. You can u…
-
https://unix.stackexchange.com/q/441364 — found via Mwmbl
mmap - what is the purpose of memory overcommitment on Linux? - …
I know about memory overcommitment and I profoundly dislike it and usually disable it. I am not thinking of setuid-based system processes (like those run…
-
https://groups.google.com/g/leveldb/c/C5Hh__JfdrQ — found via Mwmbl
mmap based writing vs. stdio based writing
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message to leveldb Hi, I'…
-
http://lkml.org/lkml/2010/3/1/11 — found via Mwmbl
LKML: Wu Fengguang: [PATCH 16/16] readahead: pagecache context b…
Do mmap read-around when there are cached pages in the nearby 256KB (covered by one radix tree node). There is a failure case though: for a sequence of p…
New results
-
https://db.cs.cmu.edu/mmap-cidr2022/ — found via User
Are You Sure You Want to Use MMAP in Your Database Management System? (CIDR 2022)
Are You Sure You Want to Use MMAP in Your Database Management System? Memory-mapped (MMAP) file I/O is an OS-provided feature that maps the contents of a …
-
https://en.wikipedia.org/wiki/Mmap — found via Wikipedia
Mmap
In computing, mmap(2) is a POSIX-compliant Unix system call that maps files or devices into memory. It is a method of memory-mapped file I/O. It implements
-
https://en.wikipedia.org/wiki/MMAP — found via Wikipedia
MMAP
Marketing Metric Audit Protocol (MMAP) Memory map mmap, a UNIX system call for mapping files to memory Marked Markovian Arrival Process This disambiguation
-
https://en.wikipedia.org/wiki/Memory-mapped_file — found via Wikipedia
Memory-mapped file
Software House's System-1022 database system. SunOS 4 introduced Unix's mmap, which permitted programs "to map files into memory." Two decades after the
-
https://en.wikipedia.org/wiki/Address_space_layout_randomization — found via Wikipedia
Address space layout randomization
E_{s}} (entropy bits of stack top) E m {\displaystyle E_{m}} (entropy bits of mmap() base) E x {\displaystyle E_{x}} (entropy bits of main executable base)
-
https://en.wikipedia.org/wiki/C_dynamic_memory_allocation — found via Wikipedia
C dynamic memory allocation
the mmap threshold (a "largebin" request), the memory is always allocated using the mmap system call. The threshold is usually 128 KB. The mmap method
-
http://en.wikipedia.org/wiki/Mmap — found via Mwmbl
mmap - Wikipedia
In computing, mmap(2) is a POSIX-compliant Unixsystem call that maps files or devices into memory. It is a method of memory-mapped file I/O. It implement…
-
https://github.com/mmap — found via Mwmbl
MMAP · GitHub
Saved searches Use saved searches to filter your results more quickly You signed in with another tab or window. Reload to refresh your session.You signed…
-
https://github.com/topics/mmap — found via Mwmbl
mmap · GitHub Topics · GitHub
Saved searches Use saved searches to filter your results more quickly You signed in with another tab or window. Reload to refresh your session.You signed…
-
https://github.com/nercms-mmap — found via Mwmbl
NERCMS MMAP · GitHub
Saved searches Use saved searches to filter your results more quickly You signed in with another tab or window. Reload to refresh your session.You signed…
-
https://github.com/cran/mmap — found via Mwmbl
GitHub - cran/mmap: :exclamation: This is a read-only mirror of …
Saved searches Use saved searches to filter your results more quickly You signed in with another tab or window. Reload to refresh your session.You signed…
-
https://github.com/go-util/mmap — found via Mwmbl
Page not found · GitHub · GitHub
Use saved searches to filter your results more quickly Sign in to GitHub You signed in with another tab or window. Reload to refresh your session.You sig…
-
https://docs.rs/mmap — found via Mwmbl
mmap - Rust
A memory mapped file or chunk of memory. This is a very system-specific interface to the OS's memory mapping facilities (mmap on POSIX, VirtualAlloc/Crea…
-
https://docs.rs/memmap2/ — found via Mwmbl
memmap2 - Rust
The core functionality is provided by either Mmap or MmapMut , which correspond to mapping a File to a &[u8] or &mut [u8] respectively. Both function by d…
-
https://docs.rs/memmapix — found via Mwmbl
memmapix - Rust
The core functionality is provided by either Mmap or MmapMut, which correspond to mapping a File to a &[u8] or &mut [u8] respectively. Both function by d…
-
https://docs.rs/crate/fmmap/0.3.2 — found via Mwmbl
fmmap 0.3.2 - Docs.rs
The design of this crate is inspired by Dgraph's mmap file implementation in Stretto . All of file-backed memory map has the potential for Undefined Behav…
-
http://lwn.net/Articles/547977/ — found via Mwmbl
mmap [LWN.net]
mmap I had the same question. While I trust that Ric Wheeler knows what he's talking about, the whole article (and perhaps the talk) seems much hand-wavi…
-
http://lwn.net/Articles/272713/ — found via Mwmbl
mmap and PROT_EXEC [LWN.net]
mmap and PROT_EXEC mmap and PROT_EXEC mmap() and mprotect() involving PROT_EXEC are not necessarily trivial when Security Enhanced Linux (SELinux) is pre…
-
http://lwn.net/Articles/272707/ — found via Mwmbl
Security benefits of noexec? [LWN.net]
mmap and PROT_EXEC mmap() and mprotect() involving PROT_EXEC are not necessarily trivial when Security Enhanced Linux (SELinux) is present. In particular…
-
https://hackaday.com/tag/mmap/ — found via Mwmbl
Mmap | Hackaday
mmap 1 Articles [Sami Pietikäinen] was working on an embedded Linux device based on an Atmel SAMA5D3x ARM-A5 processor. Normally, embedded Linux boxes wi…
-
http://justine.lol/mmap/ — found via Mwmbl
Edge AI Just Got Faster
Edge AI Just Got Faster When Meta released LLaMA back in February, many of us were excited to see a high-quality Large Language Model (LLM) become availa…
-
https://stackoverflow.com/q/78582877 — found via Mwmbl
mmap - Reading from an eBPF map without paying for kernel-call -…
1 Answer 1 Yes, since kernel v5.5 [link] it is possible to mmap BPF_MAP_TYPE_ARRAY maps. This feature is mainly intended for global data which lives in a…
-
http://stackoverflow.com/tags/mmap/new — found via Mwmbl
'mmap' New Answers - Stack Overflow
Solutions involving only mmap/munmap: Here's a couple of solutions that don't require other tools than the mmap and munmap syscalls. Their downside is th…
-
http://everything2.com/title/mmap — found via Mwmbl
mmap - Everything2.com
mmap mmap() is a POSIX1b function that maps a region of a file into memory. If several processes maps the same or overlapping regions of the same file, t…
-
http://sqlite.org/mmap.html — found via Mwmbl
Memory-Mapped I/O
Memory-Mapped I/O The default mechanism by which SQLite accesses and updates database disk files is the xRead() and xWrite() methods of the sqlite3_io_me…
-
https://www.gnu.org/s/hurd/glibc/mmap.html — found via Mwmbl
mmap
The mmap call is generally supported on GNU Hurd, as indicated by _POSIX_MAPPED_FILES (sysconf (_SC_MAPPED_FILES)). Flags Flags contain mapping type, sha…
-
http://docs.python.org/library/mmap.html — found via Mwmbl
mmap — Memory-mapped file support — Python 3.12.4 documentation
This module does not work or is not available on WebAssembly platforms wasm32-emscripten and wasm32-wasi. See WebAssembly platforms for more information.…
-
http://docs.python.org/3.0/library/mmap.html — found via Mwmbl
mmap — Memory-mapped file support — Python v3.0.1 documentation
Navigation Memory-mapped file objects behave like both strings and like file objects. Unlike normal string objects, however, these are mutable. You can u…
-
https://unix.stackexchange.com/q/441364 — found via Mwmbl
mmap - what is the purpose of memory overcommitment on Linux? - …
I know about memory overcommitment and I profoundly dislike it and usually disable it. I am not thinking of setuid-based system processes (like those run…
-
https://groups.google.com/g/leveldb/c/C5Hh__JfdrQ — found via Mwmbl
mmap based writing vs. stdio based writing
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message to leveldb Hi, I'…
-
http://lkml.org/lkml/2010/3/1/11 — found via Mwmbl
LKML: Wu Fengguang: [PATCH 16/16] readahead: pagecache context b…
Do mmap read-around when there are cached pages in the nearby 256KB (covered by one radix tree node). There is a failure case though: for a sequence of p…