MskoDestny wrote:
The most a utility could do (short of mucking about with the MMU) is join contiquous free blocks in the free memory list, but I would hope the OS does this by itself.
Wouldn't that mean all of exec's memory functions would have to be patched too to take into account the page sizes used by the MMU.. and if so, wouldn't it make AllocMem/AllocVec etc wastefull for small allocations(Or does exec already have a minimum size to stop the memory lists getting stupidly long)?