Lines Matching full:heap
31 * Initializes the heap source; must be called before any other
38 * will create a new heap for post-zygote allocations.
39 * Having a separate heap should maximize the number of pages
46 * will create an additional zygote heap before the first fork().
47 * Having a separate heap should reduce the number of shared
53 * Tears down the heap source and frees any resources associated with it.
77 * Returns the requested value. If the per-heap stats are requested, fill
116 * Returns true iff <ptr> was allocated from the heap source.
136 * Returns the number of bytes that the heap source has allocated
142 * Gets the maximum number of bytes that the heap source is allowed
148 * Given the current contents of the heap, increase the allowed
149 * heap footprint to match the target utilization ratio. This
161 * Walks over the heap source and passes every allocated and
169 * Gets the number of heaps available in the heap source.