Searched refs:allocations (Results 1 – 5 of 5) 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
32 * [low priority] by site allocations won't line up if the stack has been75 * Adding up allocations by stack frame.82 Show registered native allocations for heap dumps that support it.94 Enable stack allocations code (using custom modified perflib).98 Enable stack allocations code (using custom modified perflib).
94 Allocations(byte[] allocations) { in Allocations() argument95 ByteBuffer b = ByteBuffer.wrap(allocations); in Allocations()
1184 void MarkSweep::SweepArray(accounting::ObjectStack* allocations, bool swap_bitmaps) { in SweepArray() argument1193 StackReference<mirror::Object>* objects = allocations->Begin(); in SweepArray()1194 size_t count = allocations->Size(); in SweepArray()1279 allocations->Reset(); in SweepArray()