ws_hooks

struct ws_hooks

Struct for custom hooks configuration.

Public Functions

void *LIBWS_CDECL * malloc_fn (size_t size)

Custom malloc function.

void (LIBWS_CDECL *free_fn)(void *ptr)

Custom free function.