Class SDRAMDeAlloc

All Implemented Interfaces:
SerializableMessage

public class SDRAMDeAlloc
extends SCPRequest<SDRAMDeAlloc.Response>
A request to free space in the SDRAM. The response payload is the number of blocks that were deallocated.

Calls cmd_alloc() (and hence sark_xfree() or sark_xfree_id()) in scamp-cmd.c.