Next: Logging handler, Previous: Allocation handler, Up: Handler Functions
The following functions may be used to register handler functions that are called by Libgcrypt in case certain error conditions occur.
This type is defined as:
void (*gcry_handler_no_mem_t) (void *, size_t, unsigned int)
This function registers func_no_mem as `out-of-core handler', which means that it will be called in the case of not having enough memory available.