pub unsafe extern "C" fn GC_debug_malloc( arg1: usize, s: *const c_char, i: c_int, ) -> *mut c_void
Debugging (annotated) allocation. GC_gcollect() will check objects allocated in this way for overwrites, etc.
GC_gcollect()