saprykin / plibsys

Highly portable C system library: threads and synchronization primitives, sockets (TCP, UDP, SCTP), IPv4 and IPv6, IPC, hash functions (MD5, SHA-1, SHA-2, SHA-3, GOST), binary trees (RB, AVL) and more. Native code performance.
MIT License
684 stars 75 forks source link

Split memory map/unmap code to implementation models #58

Open saprykin opened 6 years ago

saprykin commented 6 years ago

There is already a bit of mess with mmap() functionality code. Need to be split in several different implementations.