comparison vmalloc.c @ 222:c88ce1db91ef

Compiles, but does not run properly -- and changed MasterLoop to SchedulingMaster
author Some Random Person <seanhalle@yahoo.com>
date Tue, 13 Mar 2012 10:02:06 -0700
parents a18539c0bc37
children
comparison
equal deleted inserted replaced
39:eeb5467a73d4 40:487daac7143a
13 #include <stdio.h> 13 #include <stdio.h>
14 #include <string.h> 14 #include <string.h>
15 #include <math.h> 15 #include <math.h>
16 16
17 #include "VMS.h" 17 #include "VMS.h"
18 #include "C_Libraries/Histogram/Histogram.h" 18 #include "Histogram/Histogram.h"
19 19
20 #define MAX_UINT64 0xFFFFFFFFFFFFFFFF 20 #define MAX_UINT64 0xFFFFFFFFFFFFFFFF
21 21
22 //A MallocProlog is a head element if the HigherInMem variable is NULL 22 //A MallocProlog is a head element if the HigherInMem variable is NULL
23 //A Chunk is free if the prevChunkInFreeList variable is NULL 23 //A Chunk is free if the prevChunkInFreeList variable is NULL