Searched refs:debug (Results 1 – 17 of 17) sorted by relevance
/bionic/libc/malloc_debug/ |
D | README_marshmallow_and_earlier.md | 4 Malloc debug is a method of debugging native memory problems. It can help 8 23 or older. Note: malloc debug was full of bugs and was not fully 12 The documentation for malloc debug on newer versions of Android is 19 When malloc debug is enabled, it works by adding a shim layer that replaces 39 Malloc debug is controlled by a system property that takes a numeric value 40 named libc.debug.malloc. It has only a few distinct modes that enables a 41 set of different malloc debug checks at once. 111 Using the special system property, libc.debug.malloc.program, will 112 cause malloc debug to only be used on processes with that name. For example, 114 debug enabled. [all …]
|
D | OptionData.h | 36 explicit OptionData(DebugData* debug) : debug_(debug) {} in OptionData() argument
|
D | README.md | 4 Malloc debug is a method of debugging native memory problems. It can help 10 The documentation for malloc debug on older versions of Android is 13 When malloc debug is enabled, it works by adding a shim layer that replaces 41 Malloc debug is controlled by individual options. Each option can be enabled 470 When malloc debug detects an error, abort after sending the error 478 in Android P and older, enabling malloc debug would result in this message 481 08-16 15:54:16.060 26947 26947 I libc : /system/bin/app_process64: malloc debug enabled 599 value is always accurate in v1.1. A previous version of malloc debug set 656 adb shell setprop libc.debug.malloc.options backtrace 661 adb shell setprop libc.debug.malloc.options backtrace [all …]
|
D | README_api.md | 3 Malloc debug can be used to get information on all of the live allocations 19 by the malloc debug library itself. 47 The calls from within the malloc debug library are automatically removed.
|
D | malloc_debug.cpp | 412 DebugData* debug = new DebugData(); in debug_initialize() local 413 if (!debug->Initialize(options) || !Unreachable::Initialize(debug->config())) { in debug_initialize() 414 delete debug; in debug_initialize() 418 g_debug = debug; in debug_initialize()
|
/bionic/benchmarks/linker_relocation/ |
D | gen_bench.sh | 70 -L $work_dir/SYSTEM/system_ext/apex/com.android.art.debug/lib64 \
|
/bionic/libc/upstream-netbsd/lib/libc/isc/ |
D | ev_timers.c | 237 if (ctx->debug > 7) { in evSetTimer() 269 if (ctx->debug > 7) { in evClearTimer() 354 if (ctx->debug > 7) { in evResetTimer()
|
D | eventlib_p.h | 219 int debug; member
|
/bionic/libc/kernel/tools/ |
D | utils.py | 49 logging.debug("write '%s'" % msg)
|
D | cpp.py | 1737 logging.debug("appending lines %d to %d", blocks[i].lineno, 1758 logging.debug("remove 'if 0' .. 'endif' (lines %d to %d)", 1766 logging.debug("convert 'if 0' .. 'else' into 'if 1' (lines %d " 1776 logging.debug("convert 'if 0' .. 'elif' into 'if'") 1788 logging.debug("unterminated 'if 1'") 1795 logging.debug("convert 'if 1' .. 'endif' (lines %d to %d)", 1808 logging.debug("convert 'if 1' .. 'else' (lines %d to %d)", 1823 logging.debug("convert 'if 1' .. 'elif' (lines %d to %d)",
|
/bionic/libc/malloc_hooks/ |
D | README.md | 92 adb shell setprop libc.debug.hooks.enable 1
|
/bionic/ |
D | android-changes-for-ndk-developers.md | 184 system property (`debug.ld.greylist_disabled`). This property is ignored 410 adb shell setprop debug.ld.app.com.example.myapp dlerror,dlopen,dlsym 423 whole system by using the `debug.ld.all` system property instead of 427 adb shell setprop debug.ld.all dlerror,dlopen
|
/bionic/libc/kernel/uapi/linux/ |
D | pkt_sched.h | 296 __u32 debug; member
|
D | kvm.h | 257 } debug; member
|
/bionic/docs/ |
D | status.md | 368 [example](https://source.android.com/devices/tech/debug/native-crash#fortify).
|
/bionic/libm/ |
D | Android.bp | 470 // APIs implemented in asm don't have debug info: http://b/190554910.
|
/bionic/libc/ |
D | Android.bp | 2456 // APIs implemented in asm don't have debug info: http://b/190554910.
|