Lines Matching full:heap
17 * Internal heap functions
23 /* If true, only the application heap is threatened. */
36 /* Automatic GC triggered by exceeding a heap occupancy threshold. */
46 * Initialize the GC heap.
60 * Tear down the GC heap.
69 * the heap itself is shutdown.
76 * equal to the size of the named object in the heap.
78 * Specifically, it returns the size of the heap
91 * The caller must hold the heap lock as this call releases and
92 * re-acquires the heap lock. After returning, no garbage collection
93 * will be in progress and the heap lock will be held by the caller.