Lines Matching refs:to
3 Malloc debug can be used to get information on all of the live allocations
5 used to gather this data from a process. This tracking can be enabled using
8 The function to gather the data:
12 *info* is set to a buffer allocated by the call that contains all of
14 *overall\_size* is set to the total size of the buffer returned. If this
17 *total\_memory* is set to the sum of all allocation sizes that are live at
20 *backtrace\_size* is set to the maximum number of backtrace entries
23 In order to free the buffer allocated by the function, call:
38 *backtrace\_size* as returned by the original call to
43 incorrectly set to the number of frames in the backtrace.
58 This helps to distinguish between native allocations created by the application.