Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Rename Unix/*.cpp and Win32/*.cpp to have a *.inc suffix so that the silly | Reid Spencer | 2005-01-09 | 1 | -150/+0 |
* | Use size_t instead of long to represent memory usage. long is 32 bits | Jeff Cohen | 2005-01-08 | 1 | -2/+2 |
* | Add functions for determining if the stdin/out/err is connected to a | Reid Spencer | 2005-01-01 | 1 | -0/+24 |
* | Fix a compilation error for the case where mallinfo() is not available. | Reid Spencer | 2004-12-31 | 1 | -1/+1 |
* | For PR351: | Reid Spencer | 2004-12-27 | 1 | -0/+12 |
* | Implement GetTimeUsage correctly. | Reid Spencer | 2004-12-20 | 1 | -4/+8 |
* | Provide a getrusage based implementation of GetTotalMemoryUsage and use | Reid Spencer | 2004-12-20 | 1 | -0/+4 |
* | Consistently use the same #if style. Also, fix a bug testing for sbrk(3) | Reid Spencer | 2004-12-20 | 1 | -4/+4 |
* | For PR351: | Reid Spencer | 2004-12-20 | 1 | -6/+78 |
* | Provide a generic unix implementation of the Process abstraction. | Reid Spencer | 2004-09-11 | 1 | -0/+34 |