Home  /  Autodocs  /  rexxsupport.library

NAME

ALLOCMEM
Allocate system memory

SYNOPSIS

addr = ALLOCMEM(size,[reqments])

FUNCTION

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.