Searched refs:allocations (Results 1 - 17 of 17) sorted by relevance

/external/chromium_org/tools/memory_inspector/memory_inspector/core/
H A Dnative_heap.py13 """A snapshot of outstanding (i.e. not freed) native allocations.
19 self.allocations = [] # list of individual |Allocation|s.
24 self.allocations += [allocation]
65 for alloc in self.allocations:
H A Dnative_heap_unittest.py60 self.assertEqual(len(nheap.allocations), 3)
61 self.assertIn(alloc1, nheap.allocations)
62 self.assertIn(alloc2, nheap.allocations)
63 self.assertIn(alloc3, nheap.allocations)
/external/chromium_org/tools/memory_inspector/memory_inspector/backends/
H A Dandroid_backend_unittest.py161 self.assertEqual(len(heap.allocations), 5)
163 for alloc in heap.allocations:
/external/chromium_org/tools/memory_inspector/memory_inspector/classification/
H A Dnative_heap_classifier.py5 """This module classifies NativeHeap objects filtering their allocations.
63 for allocation in nativeheap.allocations:
116 for alloc in nheap.allocations:
/external/chromium_org/tools/memory_inspector/memory_inspector/data/
H A Dserialization.py40 'allocations': obj.allocations}
104 for alloc_dict in d['allocations']:
/external/chromium_org/tools/memory_inspector/memory_inspector/frontends/
H A Dbackground_tasks.py99 'Dumped %d native allocations' % len(nheap.allocations)))
H A Dwww_server.py591 for alloc in nheap.allocations:
/external/compiler-rt/lib/lsan/
H A Dlsan_common.cc344 LOG_POINTERS("Processing platform-specific allocations.\n");
592 uptr bytes = 0, allocations = 0; local
596 allocations += leaks_[i].hit_count;
601 allocations);
/external/chromium_org/third_party/tcmalloc/chromium/src/
H A Dheap-profile-table.h48 // i.e. the set of currently active heap memory allocations.
69 // allocations are marked with UNMARKED by default.
136 // All allocations start as non-live.
144 // Mark all currently known allocations with the given AllocationMark.
207 // Dump a list of allocations marked as "live" along with their creation
217 // allocations are not marked. So all allocations that are marked as
219 // 5. Invoke DumpMarkedObjects(MARK_TWO) to get the list of allocations that
316 AllocationMark mark; // The mark of the allocations to process.
326 AllocationMark mark; // The mark to put on allocations
[all...]
H A Dheap-profile-table.cc561 AllocationMap* allocations) {
574 allocations->Iterate<const DumpArgs&>(DumpNonLiveIterator, args);
559 WriteProfile(const char* file_name, const Bucket& total, AllocationMap* allocations) argument
/external/chromium_org/third_party/tcmalloc/vendor/src/
H A Dheap-profile-table.h43 // i.e. the set of currently active heap memory allocations.
133 // All allocations start as non-live.
332 // Write contents of "*allocations" as a heap profile to
334 // "*allocations".
337 AllocationMap* allocations);
H A Dheap-profile-table.cc505 AllocationMap* allocations) {
515 allocations->Iterate<const DumpArgs&>(DumpNonLiveIterator, args);
/external/valgrind/main/none/tests/
H A Dcmdline1.stdout.exp55 --alignment=<number> set minimum alignment of heap allocations [not used by this tool]
H A Dcmdline2.stdout.exp55 --alignment=<number> set minimum alignment of heap allocations [not used by this tool]
/external/chromium_org/third_party/cython/src/Cython/Includes/cpython/
H A Dexc.pxd25 # memory allocations); it should not continue normally if it is
/external/oprofile/events/i386/nehalem/
H A Dunit_masks348 0x02 alloc Count L2 HW prefetcher allocations
/external/bison/
H A Dmaint.mk1252 halt='Avoid stack allocations of size PATH_MAX' \

Completed in 453 milliseconds