Lines Matching refs:guard
50 On first allocation, this front guard is written with a specific pattern (0xaa).
51 When the allocation is freed, the guard is checked to verify it has not been
52 modified. If any part of the front guard is modified, an error will be reported
58 If SIZE\_BYTES is present, it indicates the number of bytes in the guard.
64 This option adds a special header to all allocations that contains the guard
76 On first allocation, this rear guard is written with a specific pattern (0xbb).
77 When the allocation is freed, the guard is checked to verify it has not been
78 modified. If any part of the rear guard is modified, an error will be reported
81 If SIZE\_BYTES is present, it indicates the number of bytes in the guard.
93 ### guard[=SIZE\_BYTES]
94 Enables both a front guard and a rear guard on all allocations.
682 Enable multiple options (backtrace and guard):
685 adb shell setprop libc.debug.malloc.options "\"backtrace guard\""
690 inner layer of quoting is sent to the device, to make 'backtrace guard'