HeapCheck.bytesAllocated Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Overloads
bytesAllocated() | |
bytesAllocated(Int32) |
bytesAllocated()
public:
virtual long bytesAllocated();
public virtual long bytesAllocated ();
abstract member bytesAllocated : unit -> int64
override this.bytesAllocated : unit -> int64
Public Overridable Function bytesAllocated () As Long
Returns
Applies to
bytesAllocated(Int32)
public:
virtual long bytesAllocated(int _pool);
public virtual long bytesAllocated (int _pool);
abstract member bytesAllocated : int -> int64
override this.bytesAllocated : int -> int64
Public Overridable Function bytesAllocated (_pool As Integer) As Long
Parameters
- _pool
- Int32