Searched refs:backtrace (Results 1 – 7 of 7) sorted by relevance
46 If the backtrace option is also enabled, then any error message will include47 the backtrace of the allocation site.94 ### backtrace[=MAX\_FRAMES]95 Enable capturing the backtrace of each allocation site.100 Note that any backtrace frames that occur within the malloc backtrace library104 capture in a backtrace. The default is 16 frames, the maximumum value108 backtrace and information about the original allocation.110 ### backtrace\_enable\_on\_signal[=MAX\_FRAMES]111 Enable capturing the backtrace of each allocation site. If the112 backtrace capture is toggled when the process receives the signal[all …]
53 backtrace.reset(new BacktraceData(config_, &pointer_offset_)); in Initialize()54 if (!backtrace->Initialize(config_)) { in Initialize()
67 return reinterpret_cast<BacktraceHeader*>(value + backtrace->alloc_offset()); in GetAllocBacktrace()89 std::unique_ptr<BacktraceData> backtrace; variable
6 either the backtrace option or the backtrace\_enabled\_on\_signal option.24 <i>backtrace\_size</i> is set to the maximum number of backtrace entries48 <i>backtrace\_size</i> as returned by the original call to
22 backtrace.cpp \
167 if (g_debug->backtrace->enabled()) { in InitHeader()
282 TEST_F(MallocDebugConfigTest, backtrace) { in TEST_F() argument