Searched refs:garbage (Results 1 – 7 of 7) sorted by relevance
184 uintptr_t garbage = in SweepWalk() local186 buffer_size += POPCOUNT(garbage); in SweepWalk()194 uintptr_t garbage = in SweepWalk() local196 if (UNLIKELY(garbage != 0)) { in SweepWalk()199 const size_t shift = CTZ(garbage); in SweepWalk()200 garbage ^= (static_cast<uintptr_t>(1)) << shift; in SweepWalk()202 } while (garbage != 0); in SweepWalk()
3 the garbage collector often enough to prevent us from running out of memory.7 triggered by Java garbage collection.
1 This thrashes the memory allocator and garbage collector for a brief period.
1 Check that reachabilityFence() prevents garbage collection of objects only referred to by a dead
1 To support garbage collection, debugging and profiling the VM must be able to send all threads
6 object may have been moved by the garbage collector, but the stack
210 byte[] garbage = new byte[100000]; in run()