Lines Matching refs:an
48 Enables a small buffer placed before the allocated data. This is an attempt
52 modified. If any part of the front guard is modified, an error will be reported
74 Enables a small buffer placed after the allocated data. This is an attempt
78 modified. If any part of the rear guard is modified, an error will be reported
101 This option will slow down allocations by an order of magnitude. If the
249 When an allocation is freed, fill it with 0xef.
261 Add an extra amount to allocate for every allocation.
277 When the list is full, an allocation is removed from the list and is
302 an allocation has a special header applied, and the header is corrupted
310 backtrace frames to capture when an allocation is freed.
480 When malloc debug detects an error, abort after sending the error
496 the verbose option is specified. This is an example of the type
518 This indicates that code is attempting to free an already freed pointer. The
527 with an already freed pointer.
571 was allocated by an application after it forked off from the zygote process.
586 The second allocation record was create by an application spawned from the
610 NUM\_ALLOCATIONS to an incorrect value. For heap dump v1.0, the
656 it is in an unknown function.
693 Enable malloc debug using an environment variable (pre-O Android release):
701 Enable malloc debug using an environment variable (Android O or later):
764 an order of magnitude larger, so there should be no need to truncate the name
767 To detect leaks while an app is running: