Class SDRAMAlloc

All Implemented Interfaces:
SerializableMessage

public class SDRAMAlloc
extends SCPRequest<SDRAMAlloc.Response>
A request to allocate space in the SDRAM space. The response payload is the location of the block of allocated memory.

Calls cmd_alloc() (and hence sark_xalloc()) in scamp-cmd.c.