vec icon indicating copy to clipboard operation
vec copied to clipboard

Custom Memory Allocator Macros

Open ForeverZer0 opened this issue 4 years ago • 0 comments

Added functionality for users to define VEC_FREE and VEC_REALLOC prior to including the vec.h header to have the library use those for memory allocation and freeing instead of the standard library.

If neither are present, they default to the standard library, and if only one of the two is defined it issues a compiler error.

ForeverZer0 avatar Nov 19 '20 07:11 ForeverZer0