Lines Matching refs:fill
240 ### fill\_on\_alloc[=MAX\_FILLED\_BYTES]
245 If MAX\_FILLED\_BYTES is present, it will only fill up to the specified number
246 of bytes in the allocation. The default is to fill the entire allocation.
248 ### fill\_on\_free[=MAX\_FILLED\_BYTES]
249 When an allocation is freed, fill it with 0xef.
251 If MAX\_FILLED\_BYTES is present, it will only fill up to the specified number
252 of bytes in the allocation. The default is to fill the entire allocation.
254 ### fill[=MAX\_FILLED\_BYTES]
255 This enables both the fill\_on\_alloc option and the fill\_on\_free option.
257 If MAX\_FILLED\_BYTES is present, it will only fill up to the specified number
258 of bytes in the allocation. The default is to fill the entire allocation.
741 … adb shell setprop wrap.<APP> '"LIBC_DEBUG_MALLOC_OPTIONS=backtrace\ leak_track\ fill logwrapper"'