#include <UT_Memory.h>
Definition at line 34 of file UT_Memory.h.
static void UT_Memory::printMemory |
( |
char * |
buffer, |
|
|
const char * |
label, |
|
|
size_t |
used, |
|
|
size_t |
peak, |
|
|
int |
indent = 3 |
|
) |
| |
|
static |
Print the memory in a "nice" (well at least standard) format. The buffer passed in should be at least 80 characters long.
Print an entire table of memory users. This printer assumes that each user's label will fit into a 15 character buffer (for formatting) The total memory accounted for is returned.
The documentation for this class was generated from the following file: