HomeSort by relevance Sort by last modified time
    Searched refs:nativeheap (Results 1 - 2 of 2) sorted by null

  /external/chromium_org/tools/memory_inspector/memory_inspector/backends/
native_heap_dump_parser.py 5 """This parser turns the heap_dump output into a |NativeHeap| object."""
30 An instance of |native_heap.NativeHeap|.
34 nativeheap = native_heap.NativeHeap()
40 strace.Add(nativeheap.GetStackFrame(absolute_addr))
50 nativeheap.Add(native_heap.Allocation(
56 return nativeheap
  /external/chromium_org/tools/memory_inspector/memory_inspector/classification/
native_heap_classifier.py 5 """This module classifies NativeHeap objects filtering their allocations.
49 def Classify(nativeheap, rule_tree):
53 nativeheap: the heap dump being processed (a |NativeHeap| instance).
59 assert(isinstance(nativeheap, native_heap.NativeHeap))
63 for allocation in nativeheap.allocations:
78 assert(isinstance(nheap, native_heap.NativeHeap))

Completed in 47 milliseconds