Lines Matching refs:debug
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.
118 Enable malloc debug for all allocations for all processes:
121 adb shell setprop libc.debug.malloc 1
124 Enable malloc debug for a particular process:
126 adb shell setprop libc.debug.malloc.program ls
127 adb shell setprop libc.debug.malloc 10