@SCJAllowed(value=INFRASTRUCTURE) public abstract class MemoryArea extends java.lang.Object implements AllocationContext
| Modifier and Type | Method and Description |
|---|---|
static MemoryArea |
getMemoryArea(java.lang.Object object) |
long |
memoryConsumed() |
long |
memoryRemaining() |
long |
size() |
@SCJAllowed public static MemoryArea getMemoryArea(java.lang.Object object)
object - An object.object is allocated.@SCJAllowed public long memoryConsumed()
memoryConsumed in interface AllocationContext@SCJAllowed public long memoryRemaining()
memoryRemaining in interface AllocationContext@SCJAllowed public long size()
size in interface AllocationContext