Search Results for

    Show / Hide Table of Contents

    Class AllocationsInfo

    Contains information about allocations that has been performed between two memory snapshots.

    Inheritance
    System.Object
    AllocationsInfo
    Inherited Members
    System.Object.Equals(System.Object)
    System.Object.Equals(System.Object, System.Object)
    System.Object.GetHashCode()
    System.Object.GetType()
    System.Object.MemberwiseClone()
    System.Object.ReferenceEquals(System.Object, System.Object)
    System.Object.ToString()
    Namespace: SciTech.NetMemProfiler
    Assembly: SciTech.MemProfilerApi.dll
    Syntax
    public class AllocationsInfo
    Remarks

    The allocations information is retrieved from the MemoryUsage provided by GetMemoryUsage() or GetMemoryUsage(MemSnapshot).

    Properties

    Name Description
    AllocatedBytesCount

    Gets the number of bytes that have been allocated between two memory snapshots.

    AllocatedInstancesCount

    Gets the number of allocations that has been performed between two memory snapshots.

    FinalizedInstancesCount

    Gets the number of instances that have been finalized since the base snapshot.

    UndisposedInstancesCount

    Gets the number of disposable instances that have been garbage collected without being disposed, since the base snapshot.

    In This Article
    Back to top

    © Copyright 2002-2020. SciTech Software AB.
    For information about .NET Memory Profiler, see the product site at https://memprofiler.com