Searched refs:allocations (Results 1 – 4 of 4) sorted by relevance
67 NativeAllocation[] allocations = new NativeAllocation[count]; in main() local69 allocations[i % count] = new NativeAllocation(size, false); in main()76 allocations[i % count] = new NativeAllocation(size, true); in main()81 allocations[i % count] = new NativeAllocation(size, true); in main()
6 Capture some allocations (note just this causes allocations)18 Confirm we can reenable twice in a row without losing allocations
94 Allocations(byte[] allocations) { in Allocations() argument95 ByteBuffer b = ByteBuffer.wrap(allocations); in Allocations()
1116 void MarkSweep::SweepArray(accounting::ObjectStack* allocations, bool swap_bitmaps) { in SweepArray() argument1125 StackReference<Object>* objects = allocations->Begin(); in SweepArray()1126 size_t count = allocations->Size(); in SweepArray()1210 allocations->Reset(); in SweepArray()