GCMemoryInfo.TotalCommittedBytes Property
이 문서의 내용
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.
Gets the total committed bytes of the managed heap.
public:
property long TotalCommittedBytes { long get(); };
public long TotalCommittedBytes { get; }
member this.TotalCommittedBytes : int64
Public ReadOnly Property TotalCommittedBytes As Long
The total committed bytes of the managed heap.
The total committed bytes is the amount of backing store for the memory. On Windows, bytes are committed when VirtualAlloc
is called with MEM_COMMIT
. On Linux, bytes are committed when the page mapping is changed to PROT_WRITE | PROT_READ
.
Applies to
제품 | 버전 |
---|---|
.NET | 5, 6, 7, 8, 9, 10 |
.NET 피드백
.NET은(는) 오픈 소스 프로젝트입니다. 다음 링크를 선택하여 피드백을 제공해 주세요.