modified: exmmtest.exe
modified: src/lib/16_mm.c
modified: src/lib/16_mm.h
{
mmblocktype huge *scan,huge *last;
dword oldend;
- //----/*d*/word fat=0;
dword extra;
scan = last = mm->mmhead;
mm->mmrover = mm->mmhead; // reset rover to start of memory
scan->segm=1;
- //----scan->segmlen=seglength;
//
// search for the block that contains the range of segments
//word start;
//dword length;
word segm; //how many 64kb segment blocks it takes up if there is many data!
- //dword segmlen; //length of the multi segment data
unsigned attributes;
memptr *useptr; // pointer to the segment start
struct mmblockstruct huge *next;