Searched refs:reclaimed (Results 1 – 4 of 4) sorted by relevance
60 size_t* reclaimed = reinterpret_cast<size_t*>(arg); in DlmallocMadviseCallback() local61 *reclaimed += length; in DlmallocMadviseCallback()338 size_t reclaimed = 0; in Trim() local339 mspace_inspect_all(mspace_, DlmallocMadviseCallback, &reclaimed); in Trim()340 return reclaimed; in Trim()
5 effectively owned by a Java object, and reclaimed when the garbage collector determines that the15 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 a27 be shared between Java objects, and could only be reclaimed when all of those Java objects became
63 Monitors are deflated, and the `Monitor` structs associated with deflated monitors are reclaimed67 Monitors are also reclaimed, again via `SweepMonitorList()`, in `SweepSystemWeaks()`, if the
55 monitor data structure has been reclaimed.