lua_getallocf method

lua_Alloc lua_getallocf(
  1. Pointer<lua_State> L,
  2. Pointer<Pointer<Void>> ud
)

Implementation

lua_Alloc lua_getallocf(
  ffi.Pointer<lua_State> L,
  ffi.Pointer<ffi.Pointer<ffi.Void>> ud,
) {
  return _lua_getallocf(L, ud);
}