Searched refs:backtrace (Results 1 - 5 of 5) sorted by relevance

/bionic/libc/malloc_debug/
H A DDebugData.cpp53 backtrace.reset(new BacktraceData(config_, &pointer_offset_));
54 if (!backtrace->Initialize(config_)) {
H A DDebugData.h67 return reinterpret_cast<BacktraceHeader*>(value + backtrace->alloc_offset());
89 std::unique_ptr<BacktraceData> backtrace; member in class:DebugData
H A DAndroid.mk22 backtrace.cpp \
H A Dmalloc_debug.cpp41 #include "backtrace.h"
167 if (g_debug->backtrace->enabled()) {
207 // Always enable the backtrace code since we will use it in a number
256 "set the option 'backtrace'.");
/bionic/libc/malloc_debug/tests/
H A Dmalloc_debug_config_tests.cpp66 "6 malloc_debug backtrace[=XX]\n"
67 "6 malloc_debug Enable capturing the backtrace at the point of allocation.\n"
68 "6 malloc_debug If XX is set it sets the number of backtrace frames.\n"
72 "6 malloc_debug Enable capturing the backtrace at the point of allocation.\n"
73 "6 malloc_debug The backtrace capture is not enabled until the process\n"
74 "6 malloc_debug receives a signal. If XX is set it sets the number of backtrace\n"
103 "6 malloc_debug enabled, it automatically records the backtrace at the time of the free.\n"
109 "6 malloc_debug how many backtrace frames to capture when an allocation is freed.\n"
111 "6 malloc_debug is set to zero, then no backtrace will be captured.\n"
128 ASSERT_FALSE(InitConfig("backtrace unknown_optio
[all...]

Completed in 36 milliseconds