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

  /external/libchrome/base/debug/
leak_annotations.h 19 // ANNOTATE_LEAKING_OBJECT_PTR(X): the heap object referenced by pointer X will
37 #define ANNOTATE_LEAKING_OBJECT_PTR(X) __lsan_ignore_object(X);
42 #define ANNOTATE_LEAKING_OBJECT_PTR(X) ((void)0)
  /external/libchrome/base/metrics/
statistics_recorder.cc 112 // to annotate them. Because ANNOTATE_LEAKING_OBJECT_PTR may be used only once
117 ANNOTATE_LEAKING_OBJECT_PTR(histogram); // see crbug.com/79322
134 ANNOTATE_LEAKING_OBJECT_PTR(histogram); // see crbug.com/79322
168 ANNOTATE_LEAKING_OBJECT_PTR(ranges);
174 ANNOTATE_LEAKING_OBJECT_PTR(ranges);
183 ANNOTATE_LEAKING_OBJECT_PTR(checksum_matching_list);
  /external/libchrome/base/trace_event/
heap_profiler_allocation_context_tracker.cc 179 ANNOTATE_LEAKING_OBJECT_PTR(thread_name_);
trace_log.cc 560 ANNOTATE_LEAKING_OBJECT_PTR(new_group);
    [all...]
  /external/libchrome/base/
tracked_objects.cc 796 ANNOTATE_LEAKING_OBJECT_PTR(thread_data);
    [all...]

Completed in 787 milliseconds