#include <stdio.h>
#include "timer.h"
Classes | |
struct | mallinfo |
class | TimeItAll |
Functions | |
struct mallinfo | dlmallinfo (void) |
void | mstats (void) |
void | dlmalloc_stats (void) |
void * | sbrk (long) |
void | malloc_stats (void) |
Variables | |
int | masMem |
int | totalAllocated |
int | maxAllocated |
int | totalRequested |
int | maxRequested |
TimeItAll | timer |
struct mallinfo dlmallinfo | ( | void | ) | [read] |
void dlmalloc_stats | ( | void | ) |
void malloc_stats | ( | void | ) |
void mstats | ( | void | ) |
void* sbrk | ( | long | ) |
int masMem |
int maxAllocated |
int maxRequested |
int totalAllocated |
int totalRequested |