System::GC::GetTotalMemory 메서드
GC::GetTotalMemory method
현재 프로세스가 현재 할당한 개인 메모리 바이트 수를 반환합니다.
static int64_t System::GC::GetTotalMemory(bool force_full_collection)
| 매개변수 | 형식 | 설명 |
|---|---|---|
| force_full_collection | bool | IGNORED |
ReturnValue
현재 프로세스가 현재 할당한 개인 메모리 바이트 수.
또 보기
- Class GC
- Namespace System
- Library Aspose.Page for C++