Lines Matching refs:malloc
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
22 * `malloc`
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,
113 if the property is set to ls, then only the program named ls will have malloc
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