Lines Matching refs:to
7 This documentation describes how to enable this feature on API level
10 is not guaranteed to work at all.
15 On these old versions of the OS, you must be able to set system properties
16 using the setprop command from the shell. This requires the ability to
45 When enabled, this value creates a special header to all allocations
52 might cause timeouts when trying to start a device.
56 by a call to get\_malloc\_leak\_info (see README\_api.md for details).
72 When enabled, this value creates a special header to all allocations
83 When the allocation is freed, both of these guards are verified to contain
84 the expected patterns. If not, then an error message is printed to the log.
87 When a pointer is freed, do not free the memory right away, but add it to
88 a list of freed allocations. In addition to being added to the list, the
91 only up to 16 frames will be recorded.
96 to the log.
100 are printed to the log as leaks. This isn't very useful since it tends
101 to display a lot of false positive because many programs do not free
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