MP2: My, oh, my, oh, malloc!
Main Page
Related Pages
Data Structures
Files
File List
Globals
All
Data Structures
Files
Functions
Pages
contest.h
1
/*
2
* CS 241
3
* The University of Illinois
4
*/
5
6
#ifndef _CONTEST_H_
7
#define _CONTEST_H_
8
9
typedef
struct
_alloc_stats_t
10
{
11
unsigned
long
long
max_heap_used;
12
13
unsigned
long
memory_uses;
14
unsigned
long
long
memory_heap_sum;
15
}
alloc_stats_t
;
16
17
#endif
contest.h
Generated by
1.8.1.1