ice.util.memory
Class VerboseMemoryManager
java.lang.Object
ice.util.memory.MemoryManager
ice.util.memory.VerboseMemoryManager
- public class VerboseMemoryManager
- extends MemoryManager
|
Method Summary |
boolean |
canAllocate(int bytes)
Will return true if the system is not in a low memory
condition after allocation of specified number of bytes. |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
VerboseMemoryManager
public VerboseMemoryManager()
canAllocate
public boolean canAllocate(int bytes)
- Description copied from class:
MemoryManager
- Will return true if the system is not in a low memory
condition after allocation of specified number of bytes.
- Overrides:
canAllocate in class MemoryManager