dynamic_array.h v0.3.1
Reference-counted dynamic arrays for C
Loading...
Searching...
No Matches
Macros
Configuration Macros

Customizable macros for memory allocation and behavior. More...

Macros

#define DA_MALLOC   malloc
 Custom memory allocator (default: malloc)
 
#define DA_REALLOC   realloc
 Custom memory reallocator (default: realloc)
 
#define DA_FREE   free
 Custom memory deallocator (default: free)
 
#define DA_ASSERT   assert
 Custom assertion macro (default: assert)
 
#define DA_DEF   extern
 

Detailed Description

Customizable macros for memory allocation and behavior.