Short: MEM_REVERSE-patch for AllocMem() Author: Michael Mutschler Type: os20/util/ Architecture: m68k-amigaos 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.