SetAllocatorFunctions

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

Meta