Lines Matching refs:fill
168 ### fill\_on\_alloc[=MAX\_FILLED\_BYTES]
173 If MAX\_FILLED\_BYTES is present, it will only fill up to the specified number
174 of bytes in the allocation. The default is to fill the entire allocation.
176 ### fill\_on\_free[=MAX\_FILLED\_BYTES]
177 When an allocation is freed, fill it with 0xef.
179 If MAX\_FILLED\_BYTES is present, it will only fill up to the specified number
180 of bytes in the allocation. The default is to fill the entire allocation.
182 ### fill[=MAX\_FILLED\_BYTES]
183 This enables both the fill\_on\_alloc option and the fill\_on\_free option.
185 If MAX\_FILLED\_BYTES is present, it will only fill up to the specified number
186 of bytes in the allocation. The default is to fill the entire allocation.
655 … adb shell setprop wrap.<APP> '"LIBC_DEBUG_MALLOC_OPTIONS=backtrace\ leak_track\ fill logwrapper"'