Searched refs:backtrace_capacity (Results 1 – 3 of 3) sorted by relevance
224 size_t backtrace_capacity = backtrace_end - backtrace; in GetContextSnapshot() local225 size_t top_frame_index = (backtrace_capacity >= frame_count) ? in GetContextSnapshot()227 frame_count - backtrace_capacity; in GetContextSnapshot()
77 size_t backtrace_capacity) in AllocationRegister() argument79 backtraces_(backtrace_capacity) {} in AllocationRegister()
277 AllocationRegister(size_t allocation_capacity, size_t backtrace_capacity);