The standard library allocator (i.e., a wrapper for malloc and friends). More...
#include <jas_malloc.h>
The standard library allocator (i.e., a wrapper for malloc and friends).
Essentially, jas_std_allocator_t can be thought of as having an inheritance relationship with jas_allocator_t. In particular, jas_std_allocator_t is derived from jas_allocator_t.