TypeTabulator.GcFreedSeen C# (CSharp) Method

GcFreedSeen() protected method

protected GcFreedSeen ( int time, Context, ctx, long pos ) : void
time int
ctx Context,
pos long
return void
    protected override void GcFreedSeen(int time, Context ctx, long pos)
    {
        current_type_data [ctx.Type] -= ctx.Size;
    }