patch the AllocMem() to allocate Mem in reverse order. The patch looks for the
task which allocates the mem, and dependent on its name it sets MEMF_REVERSE
of not. Useful if you have 32-bit RAM and 16-bit RAM in one memory block, so
you can save 32-bit ram for other programs.
|