An open API service indexing awesome lists of open source software.

https://github.com/devcheckog/malloc

Tiny malloc implementation using mmap (Unix-like) syscall at C.
https://github.com/devcheckog/malloc

c

Last synced: 6 months ago
JSON representation

Tiny malloc implementation using mmap (Unix-like) syscall at C.

Awesome Lists containing this project

README

          

# malloc
Tiny malloc implementation using mmap (Unix-like) syscall at C.

### References

https://man7.org/linux/man-pages/man3/malloc.3.html