Lines Matching full:allocation
59 // This struct contains all the metadata recorded about a single allocation made
67 // Maximum number of stack frames to collect on allocation/deallocation. The
72 // Records the given allocation metadata into this struct.
74 // Record that this allocation is now deallocated.
81 // The compressed backtrace to the allocation/deallocation.
90 // The address of this allocation. If zero, the rest of this struct isn't
91 // valid, as the allocation has never occurred.
93 // Represents the actual size of the allocation.
99 // Whether this allocation has been deallocated yet.
102 // In recoverable mode, whether this allocation has had a crash associated
103 // with it. This has certain side effects, like meaning this allocation will
116 // Returns whether the provided pointer is a current sampled allocation that
126 // Returns the largest allocation that is supported by this pool.