Skip to content

[GC API] Implement malloc/realloc/free tracking #86

@peterzhu2118

Description

@peterzhu2118

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

rb_mmtk_xmalloc_increase_body(new_size, old_size);

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions