Home | History | Annotate | Download | only in alloc

Lines Matching full:allocation

204      * The allocation failed.  If the GC is running, block until it
235 // the new allocation.
237 "%zu.%03zuMB for %zu-byte allocation",
249 LOGI_HEAP("Forcing collection of SoftReferences for %zu-byte allocation",
258 LOGE_HEAP("Out of memory on a %zd-byte allocation.", size);
292 * one fewer allocation.
301 * To avoid any more allocation attempts, "throw" a pre-built
324 * deal with, we can block it at the source, but holding the allocation
330 * Use ALLOC_DONT_TRACK when we either don't want to track an allocation
332 * be part of the root set immediately) or we can't (because this allocation
361 /* The allocation failed.
387 * The allocation failed; throw an OutOfMemoryError.
405 * be happening is allocation, which means that another
443 * way to enforce this is to refuse to GC on an allocation made by the
642 * Wake-up any threads that blocked after a failed allocation