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

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.

Awesome Lists containing this project

README

          

# Allocators
This library is meant to learn how to create custom allocators in C.