Searched defs:AllocationGuard (Results 1 - 1 of 1) sorted by relevance

/external/replicaisland/src/com/replica/replicaisland/
H A DAllocationGuard.java20 * AllocationGuard is a utility class for tracking down memory leaks. It implements a
22 * allocation of AllocationGuard or its derivatives will cause an error log entry. Note
23 * that AllocationGuard requires all of its derivatives to call super() in their constructor.
25 public class AllocationGuard { class
27 public AllocationGuard() { method in class:AllocationGuard

Completed in 74 milliseconds