Define AVS_COMMONS_UTILS_WITH_STANDARD_ALLOCATOR
Defined in File avs_commons_config.h
Define Documentation
-
AVS_COMMONS_UTILS_WITH_STANDARD_ALLOCATOR
Enable the default implementation of avs_malloc(), avs_free(), avs_calloc() and avs_realloc() that forwards to system malloc(), free(), calloc() and realloc() calls.
You might disable this option if for any reason you need to use a custom allocator.