Home
last modified time | relevance | path

Searched refs:reclaimed (Results 1 – 4 of 4) sorted by relevance

/art/runtime/gc/space/
Ddlmalloc_space.cc60 size_t* reclaimed = reinterpret_cast<size_t*>(arg); in DlmallocMadviseCallback() local
61 *reclaimed += length; in DlmallocMadviseCallback()
338 size_t reclaimed = 0; in Trim() local
339 mspace_inspect_all(mspace_, DlmallocMadviseCallback, &reclaimed); in Trim()
340 return reclaimed; in Trim()
/art/runtime/
Dnative_gc_triggering.md5 effectively owned by a Java object, and reclaimed when the garbage collector determines that the
15 cannot be reclaimed until the Java objects are reclaimed.
19 certain amount of C++ memory had been allocated, and could only be reclaimed as the result of a
27 be shared between Java objects, and could only be reclaimed when all of those Java objects became
Dmonitor_inflation.md63 Monitors are deflated, and the `Monitor` structs associated with deflated monitors are reclaimed
67 Monitors are also reclaimed, again via `SweepMonitorList()`, in `SweepSystemWeaks()`, if the
Dmutator_gc_coord.md55 monitor data structure has been reclaimed.