https://github.com/wintersnake/c-allocators
A C library for creating memory allocators.
https://github.com/wintersnake/c-allocators
allocator allocators c
Last synced: 2 months ago
JSON representation
A C library for creating memory allocators.
- Host: GitHub
- URL: https://github.com/wintersnake/c-allocators
- Owner: WinterSnake
- License: mit
- Created: 2025-07-09T14:11:04.000Z (6 months ago)
- Default Branch: master
- Last Pushed: 2025-07-17T22:44:38.000Z (5 months ago)
- Last Synced: 2025-07-18T03:31:33.361Z (5 months ago)
- Topics: allocator, allocators, c
- Language: C
- Homepage:
- Size: 6.84 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: readme.md
- License: license
Awesome Lists containing this project
README
# Allocators
This library is meant to learn how to create custom allocators in C.