TypeTabulator.AllocationSeen C# (CSharp) Method

AllocationSeen() protected method

protected AllocationSeen ( int time, Context, ctx, long pos ) : void
time int
ctx Context,
pos long
return void
    protected override void AllocationSeen(int time, Context ctx, long pos)
    {
        SplitIfNeeded (time);

        current_type_data [ctx.Type] += ctx.Size;
    }