Searched refs:allocations (Results 1 – 4 of 4) sorted by relevance
6 Capture some allocations (note just this causes allocations)18 Confirm we can reenable twice in a row without losing allocations
60 NativeAllocation[] allocations = new NativeAllocation[count]; in main() local62 allocations[i % count] = new NativeAllocation(size); in main()
94 Allocations(byte[] allocations) { in Allocations() argument95 ByteBuffer b = ByteBuffer.wrap(allocations); in Allocations()
999 void MarkSweep::SweepArray(accounting::ObjectStack* allocations, bool swap_bitmaps) { in SweepArray() argument1008 Object** objects = allocations->Begin(); in SweepArray()1009 size_t count = allocations->Size(); in SweepArray()1091 allocations->Reset(); in SweepArray()