addr = ALLOCMEM(size,[reqments])
Requests the indicated number of bytes from the system and returns an address string as argument. The optional requirements argument specifies memory requires as given in <exec/memory.h>. If not given, public memory (requirements = 1) is requested.