Lines Matching refs:allocation
20 the normal allocation calls. The replaced calls are:
46 that contains information about the allocation.
49 Enable capturing the backtrace of each allocation site. Only the
66 Whenever an allocation is created, initialize the data with a known
68 Whenever an allocation is freed, write a known pattern over the data (0xef).
73 that contains information about the allocation.
78 A 32 byte buffer is placed before the returned allocation (known as
80 a 32 byte buffer is placed after the data for the returned allocation (known
83 When the allocation is freed, both of these guards are verified to contain
89 entire allocation is filled with the value 0xef, and the backtrace at
90 the time of the free is recorded. As with the backtrace on allocation,
93 When the list of freed allocations reaches 100, the oldest allocation
95 If the entire allocation is not filled with this value, an error is printed