System::GC::GetTotalMemory method
GC::GetTotalMemory method
Returns the number of bytes of private memory currently allocated by the current process.
static int64_t System::GC::GetTotalMemory(bool force_full_collection)
Parameter | Type | Description |
---|---|---|
force_full_collection | bool | IGNORED |
ReturnValue
The number of bytes of private memory currently allocated by the current process.
See Also
- Class GC
- Namespace System
- Library Aspose.TeX for C++