Inazuma.PetitClr.Core.PetitClrHeap.Free C# (CSharp) Method

Free() public method

public Free ( int ptr ) : void
ptr int
return void
        public void Free(int ptr)
        {
            _heapMemory.Remove(ptr);
        }
    }