Struct bgfx_sys::Struct_bgfx_allocator_vtbl
[−]
[src]
pub struct Struct_bgfx_allocator_vtbl { pub realloc: Option<unsafe extern "C" fn(_this: *mut bgfx_allocator_interface_t, _ptr: *mut c_void, _size: size_t, _align: size_t, _file: *const c_char, _line: uint32_t) -> *mut c_void>, }
Fields
realloc |