Lines Matching refs:option

41 Malloc debug is controlled by individual options. Each option can be enabled
42 individually, or in a group of other options. Every single option can be
43 combined with every other option.
55 If the backtrace option is also enabled, then any error message will include
64 This option adds a special header to all allocations that contains the guard
84 This option adds a special header to all allocations that contains
101 This option will slow down allocations by an order of magnitude. If the
102 system runs too slowly with this option enabled, decreasing the maximum number
112 Before P, this option adds a special header to all allocations that contains
114 option will not add a special header.
116 As of P, this option will also enable dumping backtrace heap data to a
131 option is used alone, backtrace capture starts out disabled until the signal
132 is received. If both this option and the backtrace option are set, then
139 Before P, this option adds a special header to all allocations that contains
141 option will not add a special header.
144 As of P, when the backtrace option has been enabled, this causes the backtrace
146 option has not been enabled, this does nothing. The default is to dump this
150 option.
183 This enables both the fill\_on\_alloc option and the fill\_on\_free option.
199 separate from the backtrace option, and happens automatically if this
200 option is enabled. By default, a maximum of 16 frames will be recorded,
202 option. It can also be completely disabled by setting the option to zero.
203 See the full description of this option below.
214 Before P, this option adds a special header to all allocations that contains
216 option will not add a special header.
237 This option only has meaning if free\_track is set. It indicates how many
247 allocations will be dumped to the log. If the backtrace option was enabled,
249 option is not useful when enabled globally because a lot of programs do not
252 Before P, this option adds a special header to all allocations that contains
254 option will not add a special header.
286 **NOTE**: This option is not available until the O release of Android.
369 This option only has meaning if record\_allocs is set. It indicates the
375 **NOTE**: This option is not available until the O release of Android.
379 exist. This option is a lightweight way to verify that all
395 **NOTE**: This option is not available until the P release of Android.
413 add the verbose option. All of the "Run XXX" messages are also silenced unless
414 the verbose option is specified. This is an example of the type
549 In addition, when the new option backtrace\_full is used, another line will
629 using the backtrace option.
636 It is possible to use the backtrace\_enable\_on\_signal option as well,
687 occurring. If you enable malloc debug with the backtrace option for your