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

  /external/libchrome/base/trace_event/
heap_profiler_allocation_context_tracker.cc 224 size_t backtrace_capacity = backtrace_end - backtrace; local
225 size_t top_frame_index = (backtrace_capacity >= frame_count) ?
227 frame_count - backtrace_capacity;
heap_profiler_allocation_register.cc 77 size_t backtrace_capacity)
79 backtraces_(backtrace_capacity) {}
heap_profiler_allocation_register.h 277 AllocationRegister(size_t allocation_capacity, size_t backtrace_capacity);

Completed in 124 milliseconds