https://github.com/rudrodip/calloc
Custom Memory allocator implemented in C
https://github.com/rudrodip/calloc
allocator c heap memory memory-allocation memory-management
Last synced: 3 months ago
JSON representation
Custom Memory allocator implemented in C
- Host: GitHub
- URL: https://github.com/rudrodip/calloc
- Owner: rudrodip
- Created: 2024-03-19T11:07:20.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-03-24T20:21:44.000Z (over 1 year ago)
- Last Synced: 2025-03-15T08:55:27.046Z (3 months ago)
- Topics: allocator, c, heap, memory, memory-allocation, memory-management
- Language: C
- Homepage:
- Size: 3.91 KB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Custom Memory allocator implemented in C
### Progress
`[2024-03-19 | 11:30 AM UTC]`
I suck at C, I suck at low level programming. So I decided to write a custom memory allocator in C. I have no idea what I'm doing, but I'm doing it anyway. Let's see how far I can go.
`[2024-03-24 | 5:30 PM UTC]`
I was busy with other stuff, so I couldn't work on this project. I'll try to work on it today. I got a really good [blog post](https://arjunsreedharan.org/post/148675821737/memory-allocators-101-write-a-simple-memory) about memory allocation. Its old but still relevant. I'll read it and try to implement some of the stuff mentioned in it.