Rev 814 | Rev 1221 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed
Rev 814 | Rev 824 | ||
---|---|---|---|
Line 38... | Line 38... | ||
38 | #define MAX_FRAMES 1024 |
38 | #define MAX_FRAMES 1024 |
39 | #define MAX_ORDER 8 |
39 | #define MAX_ORDER 8 |
40 | #define TEST_RUNS 2 |
40 | #define TEST_RUNS 2 |
41 | 41 | ||
42 | void test(void) { |
42 | void test(void) { |
43 | __address * frames = (__address *) malloc(MAX_FRAMES*sizeof(__address)); |
43 | __address * frames = (__address *) malloc(MAX_FRAMES*sizeof(__address), |
- | 44 | 0); |
|
44 | int results[MAX_ORDER+1]; |
45 | int results[MAX_ORDER+1]; |
45 | 46 | ||
46 | int i, order, run; |
47 | int i, order, run; |
47 | int allocated; |
48 | int allocated; |
48 | int status; |
49 | int status; |