reference, declaration → definition definition → references, declarations, derived classes, virtual overrides reference to multiple definitions → definitions unreferenced |
55 Object *A1 = DUT.allocate(Cap, Allocator); 59 Object *A2 = DUT.allocate(Cap, Allocator); 63 Object *A3 = DUT.allocate(Cap, Allocator); 74 DUT.deallocate(Cap, A2); 83 Object *A2x = DUT.allocate(Cap, Allocator); 86 DUT.deallocate(Cap, A2x); 87 DUT.deallocate(Cap, A1); 88 DUT.deallocate(Cap, A3); 92 Object *A3x = DUT.allocate(Cap, Allocator); 94 Object *A1x = DUT.allocate(Cap, Allocator); 96 Object *A2y = DUT.allocate(Cap, Allocator); 100 Object *A4 = DUT.allocate(Cap, Allocator); 105 DUT.clear(Allocator);