Skip to content

yijiem/allocator

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

allocator

customized C++ allocator library

list of allocators:

count allocator: an allocator which counts the number of bytes used

how to run:

eg: run the set_test inside example/

mkdir build
cd build
cmake .. 
cmake --build . --target set_test
./set_test

About

customized C++ allocator library

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published