pub unsafe extern "C" fn NewMemoryInfoObject(
cx: *mut JSContext,
) -> *mut JSObject
Expand description
Create an object providing access to the garbage collector’s internal notion of the current state of memory (both GC heap memory and GCthing-controlled malloc memory.