Home | History | Annotate | Download | only in alloc

Lines Matching full:heap

18  * An async worker thread to handle certain heap operations that need
35 * Initialize any HeapWorker state that Heap.c
51 * Crank up the heap worker thread.
75 * Wait for the heap worker to come up. We know the thread was created,
88 * Shut down the heap worker thread if it was started.
250 /* Process all enqueued heap work, including finalizers and reference
300 * The heap worker thread sits quietly until the GC tells it there's work
331 /* Trim the heap if we were asked to. */
351 /* The heap must be locked before the HeapWorker;
409 * Wake up the heap worker to let it know that there's work to be done.
428 * Block until all pending heap worker work has finished.
440 /* Wake up the heap worker and wait for it to finish. */
455 * Do not return until any pending heap work has finished. This may
464 /* When in zygote mode, there is no heap worker.
472 * heap worker thread to do the work.