assh/assh_alloc.h header reference
Description [link]
This header file contains some default memory allocator functions which can be registered for use by the library.
See also Core and modules.
Members [link]
Function [link]
- assh_allocator_t * assh_default_alloc(void )
Members detail [link]
assh_allocator_t * assh_default_alloc(void ) [link]
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.