Struct js::jsapi::_vftable_GCHeapProfiler [] [src]

#[repr(C)]
pub struct _vftable_GCHeapProfiler { pub sampleTenured: unsafe extern "C" fn(this: *mut c_void, addr: *mut c_void, size: u32), pub sampleNursery: unsafe extern "C" fn(this: *mut c_void, addr: *mut c_void, size: u32), pub markTenuredStart: unsafe extern "C" fn(this: *mut c_void), pub markTenured: unsafe extern "C" fn(this: *mut c_void, addr: *mut c_void), pub sweepTenured: unsafe extern "C" fn(this: *mut c_void), pub sweepNursery: unsafe extern "C" fn(this: *mut c_void), pub moveNurseryToTenured: unsafe extern "C" fn(this: *mut c_void, addrOld: *mut c_void, addrNew: *mut c_void), pub reset: unsafe extern "C" fn(this: *mut c_void), }

Fields