CodePudding
Home
front end
Back-end
Net
Software design
Enterprise
Blockchain
Mobile
Software engineering
database
OS
other
Tags
>
mmap
08-11
Mobile
Share portion/area of mmap'ed memory
07-23
Enterprise
Access a memory mapped file's buffer from different threads
06-27
Blockchain
When I change one GPIO pin output, others also change
06-21
front end
sorting a mmaped file with random integers in C
05-27
Net
What happens if two distinct processes use mmap to map the same region of file (one with MAP_SHARED,
05-10
Net
mmap's worst case memory usage when using MAP_PRIVATE vs MAP_SHARED
04-22
Back-end
cast a function from mmap allocated address -- I can't figure out which address to use
04-13
Software engineering
Is it possible to set bits of a void* value without type casting it to an int or char?
04-07
Net
unable to share data using mmap sharedmemory between two processes
03-19
Software engineering
How to mmap Eigen into shared memory?
03-04
Net
Directly make pointer from ints
02-25
front end
Can `dlopen` be used to load and mmap a static ELF executable (not library)?
02-24
Blockchain
How does the ELF loader mmap sections smaller than a page size?
11-22
Net
Why memory mapping to `STDOUT_FILENO` failed?
11-11
OS
Mmap() Segmentation Fault Error While Reading The Stored Valued
11-07
Software engineering
How to increase the size of memory region allocated with mmap()
11-05
Net
Is the "mmap tutorial" incorrect, or does GCC miscompile it?
10-31
Mobile
How to set current position of `mmap.mmap.seek(pos)` to beginning of any Nth line for a text file?
10-01
Mobile
How to read /dev/mem using read()
09-28
Mobile
Anonymous mmap with near-unlimited growth
09-24
Software design
Updating mmap file with struct in Go
09-21
OS
Java mmap MappedByteBuffer
Links:
CodePudding