The GC API uses system malloc/realloc/free without any MMTk specific accounting. The existing implementation does this in `rb_mmtk_xmalloc_increase_body`: https://github.com/mmtk/ruby/blob/8082532b9f720a1e7508ac32641dcfbbf51dd518/gc/default.c#L8916
The GC API uses system malloc/realloc/free without any MMTk specific accounting.
The existing implementation does this in
rb_mmtk_xmalloc_increase_body:ruby/gc/default.c
Line 8916 in 8082532