DL.malloc(size) Class Public methods Allocate size bytes of memory and return the integer memory address for the allocated memory.
DL.realloc(addr, size) Class Public methods Change the size of the memory allocated at the memory location addr to size bytes. Returns the memory address of the reallocated memory, which may be different than the address passed in.
remove_callback(addr, ctype = nil) Instance Public methods Alias for: remove_cdecl_callback
remove_callback_internal(proc_entry, addr_entry, addr, ctype = nil) Instance Public methods
remove_cdecl_callback(addr, ctype = nil) Instance Public methods Also aliased as: remove_callback
remove_stdcall_callback(addr, ctype = nil) Instance Public methods
set_callback(ty, argc, &cbp) Instance Public methods Alias for: set_cdecl_callback
set_callback_internal(proc_entry, addr_entry, argc, ty, abi = nil, &cbp) Instance Public methods
set_cdecl_callback(ty, argc, &cbp) Instance Public methods Also aliased as: set_callback
set_stdcall_callback(ty, argc, &cbp) Instance Public methods
Page 186 of 11844