Use size_t instead of long to represent memory usage. long is 32 bits
authorJeff Cohen <jeffc@jolt-lang.org>
Sat, 8 Jan 2005 20:15:57 +0000 (20:15 +0000)
committerJeff Cohen <jeffc@jolt-lang.org>
Sat, 8 Jan 2005 20:15:57 +0000 (20:15 +0000)
commite269a1ac1cd795135e91e42527a9814f4807c75a
treef8630bf255a9d6feee23601bd82f592cb8614dcb
parent9dacd128b4539b8100e97b973ec10cc36d712849
Use size_t instead of long to represent memory usage.  long is 32 bits
on 64-bit Windows.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@19393 91177308-0d34-0410-b5e6-96231b3b80d8
include/llvm/Support/Timer.h
include/llvm/System/Process.h
lib/Support/Timer.cpp
lib/System/Unix/Process.cpp
lib/System/Unix/Process.inc
lib/System/Win32/Process.cpp
lib/System/Win32/Process.inc