assh/assh_alloc.h header reference
Description
This header file contains some default memory allocator functions which can be registered for use by the library.
See also Core and modules.
Members
Function
- assh_allocator_t * assh_default_alloc(void )
Members detail
assh_allocator_t * assh_default_alloc(void )
This function is declared in assh/assh_alloc.h source file, line 117.
This function returns the default allocator function. This depends on the platform and build configuration. This may return NULL.