Fragmentation
07-Sep-90 23:24:29
Sb: #102-Fragmentation
Fm: Thomas Holaday 70407,534
To: Khalid Aldoseri 75166,2531
I'll need to setup a test program, but what appears to be happening is that
if I call Lock(), then AllocMem(), then UnLock(), then FreeMem(), I get a
change in the largest block available. My code would work just as well
with Lock(), AllocMem(), FreeMem(), UnLock() though I'd have to find
someplace to store the lock in the meantime.
THol() { cout << "Sir, I exist." ;}