portable-memory-mapping icon indicating copy to clipboard operation
portable-memory-mapping copied to clipboard

Portable Memory Mapping C++ Class (Windows/Linux)

Results 2 portable-memory-mapping issues
Sort by recently updated
recently updated
newest added

Hi, i think there's an error in the function MemoryMapped::close() on Linux system. When you don't remap the whole file, a SIGSEGV error is return by munmap() (MemoryMapped ln 156)....