GetAllocatorFunctions

Undocumented in source. Be warned that the author may not have intended to support it.
extern (C) @trusted
void
GetAllocatorFunctions
(
scope void* function
(
size_t sz
,
void* user_data
)
*
p_alloc_func
,
void function
(
void* ptr
,
void* user_data
)
*
p_free_func
,
scope void** p_user_data
)

Meta