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]
Functions [link]
- assh_allocator_t * assh_default_alloc(void )
- void assh_free(struct assh_context_s *c, void *ptr)
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.
void assh_free(struct assh_context_s *c, void *ptr) [link]
This function is declared in assh/assh_alloc.h source file, line 75.
This function releases memory.