Skip to content

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

vsa

Variable-Size Allocator over a user-supplied memory pool, with free-block coalescing.

Layout

vsa/
├── include/     # public API
├── src/         # implementation
├── test/
├── Makefile
└── README.md

Build & Run

make
make run

About

Variable-size memory pool allocator with free-block coalescing.

Topics

Resources

Stars

0 stars

Watchers

0 watching

Forks

Releases

Packages

Contributors

Languages