TypeTabulator.GcFreedSeen C# (CSharp) Méthode

GcFreedSeen() protected méthode

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