THIS REPO IS NOW ARCHIVED. NO MORE UPDATES WILL BE MADE.
I created this project to learn more about memory management in C/C++. It works really well (better than I expected), but it does not provide any advantage over std::vector. Please use std::vector. This project has served its purpose and will not be maintained anymore.
Creating a custom vector using C's malloc, realloc, and free.