alloc_ram()
QNX SDP8.0Building Embedded SystemsConfigurationDeveloper
	Synopsis:
paddr_t alloc_ram (paddr_t addr, 
                   paddr_t size, 
                   paddr_t align)
Description:
Allocate memory from the free memory pool initialized by the call to init_raminfo(). The RAM is not cleared.
Returns:
- >0
 - Success
 - -1
 - Error
 
Page updated: 
