Home | History | Annotate | Download | only in vm

Lines Matching full:allocation

18  * Allocation tracking and reporting.  We maintain a circular buffer with
26 * Ideally we'd just use the object heap allocation mutex to guard this
50 * Record the details of an allocation.
66 * how long ago an allocation happened. This adds a system call per
67 * allocation, which is too much overhead.
104 * Enable allocation tracking. Does nothing if tracking is already enabled.
130 * Disable allocation tracking. Does nothing if tracking is not enabled.
185 * Add a new allocation to the set.
238 (4b) total allocation size
502 * Generate a DDM packet with all of the tracked allocation data.