diff options
author | Jack Lloyd <[email protected]> | 2019-01-05 10:46:42 -0500 |
---|---|---|
committer | Jack Lloyd <[email protected]> | 2019-01-05 10:50:16 -0500 |
commit | 23bd016eb9864c93fffbf87c97adf50444394bfb (patch) | |
tree | abfc5ca888080c83ff376cc6dddcec1fe6c7fbd1 /src/lib/base/buf_comp.h | |
parent | 5930abcb9bebbb6ce03463d80a8551f048f7817a (diff) |
Revert #1798
The problem in #602 is not the use of mmap but the use of mmap with
MAP_SHARED. Using MAP_PRIVATE creates a CoW mapping just like malloc
or posix_memalign would.
I'm not sure why it took me so long to figure this out ...
Diffstat (limited to 'src/lib/base/buf_comp.h')
0 files changed, 0 insertions, 0 deletions