super();
super.alloc(address); // Pay a tax on the allocation to see if there are any frees pending. Reference ref = notifyQueue.poll(); // non-blocking check while (ref != null) { orphanedMemory(ref); ref = notifyQueue.poll(); }