Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/luizfelipedasilva678/memory-allocator-example

Just a simple example to understand how a custom memory allocator can be implemented
https://github.com/luizfelipedasilva678/memory-allocator-example

Last synced: about 5 hours ago
JSON representation

Just a simple example to understand how a custom memory allocator can be implemented

Awesome Lists containing this project

README

        

# Memory allocator example

Simple and not totally functional example to understand how a custom memory allocator can be implemented.