IMemorySpypublic interface IMemorySpy This is the interface that the memory watchers implement -- what they do with
this information is largely undefined. |
Methods Summary |
---|
public void | alloc(PlatformAddress address)
| public void | autoFree(PlatformAddress address)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.
| public boolean | free(PlatformAddress address)
| public void | rangeCheck(PlatformAddress address, int offset, int length)
|
|