Lines Matching refs:that

13 When malloc debug is enabled, it works by adding a shim layer that replaces
60 padded so that it is a multiple of 8 bytes on 32 bit systems and 16 bytes
61 on 64 bit systems to make sure that the allocation returned is aligned
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
105 Note that any backtrace frames that occur within the malloc backtrace library
112 Before P, this option adds a special header to all allocations that contains
113 the backtrace and information about the original allocation. After that, this
119 that dumped when running am dumpheap -n. The default is to dump this data
121 used with native only executables that run for a while since these processes
124 Note that when the signal is received, the heap is not dumped until the next
139 Before P, this option adds a special header to all allocations that contains
140 the backtrace and information about the original allocation. After that, this
164 As of Q, any time that a backtrace is gathered, a different algorithm is used
165 that is extra thorough and can unwind through Java frames. This will run
206 checked to make sure that none of the contents have been modified since
214 Before P, this option adds a special header to all allocations that contains
215 the backtrace and information about the original allocation. After that, this
229 In addition, there is another type of error message that can occur if
231 before the verification occurs. This is the error message that will be found
252 Before P, this option adds a special header to all allocations that contains
253 the backtrace and information about the original allocation. After that, this
277 allocation/free records that can be retained. If the number of records
289 with the THREAD\_ID returned by gettid(), which is the thread that is making
378 Track all live allocations to determine if a pointer is used that does not
379 exist. This option is a lightweight way to verify that all
391 Where the name of the function varies depending on the function that called
415 of messages that are no longer displayed:
421 There are a few other error messages that might appear in the log.
436 This indicates that code is attempting to free an already freed pointer. The
437 name in parenthesis indicates that the application called the function
444 Would indicate that the application called the *realloc* function
455 This indicates that a function (malloc\_usable\_size) was called with
456 a pointer that is either not allocated memory, or that the memory of
460 function that was called with the bad pointer.
478 Backtrace size is the maximum number of backtrace frames that can be present.
492 NUM\_ALLOCATIONS is the number of allocations that have this size and have the
494 FRAMES is a list of instruction pointers that represent the backtrace of the
526 The only difference between v1.0 and v1.1 is that the NUM\_ALLOCATIONS
610 The outer layer of quoting is for the shell on the host, to ensure that the
673 And verify that any spaces are properly escaped.
676 of 32. This meant that to create a wrap property with the name of the app, it
702 make sure the script is executed from the tree that built the image.