Home | History | Annotate | Download | only in src

Lines Matching defs:Allocations

32         Allocations empty = new Allocations(DdmVmInternal.getRecentAllocations());
40 System.out.println("Capture some allocations (note just this causes allocations)");
41 Allocations before = new Allocations(DdmVmInternal.getRecentAllocations());
49 Allocations after = new Allocations(DdmVmInternal.getRecentAllocations());
57 Allocations reset = new Allocations(DdmVmInternal.getRecentAllocations());
66 System.out.println("Confirm we can reenable twice in a row without losing allocations");
72 Allocations first = new Allocations(DdmVmInternal.getRecentAllocations());
75 Allocations second = new Allocations(DdmVmInternal.getRecentAllocations());
80 Allocations goodbye = new Allocations(DdmVmInternal.getRecentAllocations());
84 private static class Allocations {
94 Allocations(byte[] allocations) {
95 ByteBuffer b = ByteBuffer.wrap(allocations);
116 return ("Allocations[message header len: " + messageHeaderLen +