| org.apache.harmony.luni.platform.IMemorySpy
All known Subclasses: org.apache.harmony.luni.platform.AbstractMemorySpy,
IMemorySpy | public interface IMemorySpy (Code) | | This is the interface that the memory watchers implement -- what they do with
this information is largely undefined.
|
autoFree | public void autoFree(PlatformAddress address)(Code) | | Requests that the given address is freed automatically when it becomes
garbage. If the address is alredy freed, or has not been notified as
allocated via this memory spy, then this call has no effect and completes
quietly.
Parameters: address - the address to be freed. |
|
|