lua_Alloc

Type for memory-allocation functions

extern (C) nothrow
alias lua_Alloc = void* function
(
void*
,
void*
,
size_t
,
size_t
)

Meta