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.
- Host: GitHub
- URL: https://github.com/devcheckog/malloc
- Owner: DevCheckOG
- License: gpl-3.0
- Created: 2025-08-10T14:57:24.000Z (6 months ago)
- Default Branch: master
- Last Pushed: 2025-08-10T15:12:10.000Z (6 months ago)
- Last Synced: 2025-08-10T16:33:37.794Z (6 months ago)
- Topics: c
- Language: C
- Homepage: https://github.com/DevCheckOG
- Size: 36.1 KB
- Stars: 1
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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