=proto void duk_get_memory_functions(duk_context *ctx, duk_memory_functions *out_funcs); =summary
Get the memory management functions used by the context.
Normally there is no reason to call this function: you can use the
memory management primitives through wrapped memory management functions
such as
duk_alloc()
,
duk_realloc()
, and
duk_free()
.