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] 

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.

Valid XHTML 1.0 StrictGenerated by diaxen on Sun Feb 5 23:59:15 2023 using MkDoc