Function mozjs::jsapi::js::GetGCHeapUsage

source ·
pub unsafe extern "C" fn GetGCHeapUsage(cx: *mut JSContext) -> u64
Expand description

This function only reports GC heap memory, and not malloc allocated memory associated with GC things. It reports the total of all memory for the whole Runtime.