Home | History | Annotate | Download | only in base

Lines Matching refs:SIZE_T

49 typedef BOOL (WINAPI* HeapSetFn)(HANDLE, HEAP_INFORMATION_CLASS, PVOID, SIZE_T);
572 size_t ProcessMetrics::GetPagefileUsage() const {
581 size_t ProcessMetrics::GetPeakPagefileUsage() const {
590 size_t ProcessMetrics::GetWorkingSetSize() const {
599 size_t ProcessMetrics::GetPeakWorkingSetSize() const {
607 bool ProcessMetrics::GetMemoryBytes(size_t* private_bytes,
608 size_t* shared_bytes) {
634 size_t committed_private = 0;
635 size_t committed_mapped = 0;
636 size_t committed_image = 0;
669 size_t ws_private = 0;
670 size_t ws_shareable = 0;
671 size_t ws_shared = 0;
792 const SIZE_T kTopAddress = 0x7F000000;
793 const SIZE_T kMegabyte = 1024 * 1024;
794 SIZE_T accumulated = 0;
895 size_t GetSystemCommitCharge() {