Searched refs:garbage (Results 1 – 4 of 4) sorted by relevance
25 MakeGarbage garbage = new MakeGarbage(); in main() local29 garbage.start(); in main()38 garbage.stopNow(); in main()96 byte[] garbage = new byte[100000]; in run()
159 uword garbage = live[i] & ~mark[i]; in SweepWalk() local160 if (UNLIKELY(garbage != 0)) { in SweepWalk()163 const size_t shift = CTZ(garbage); in SweepWalk()164 garbage ^= (static_cast<uword>(1)) << shift; in SweepWalk()166 } while (garbage != 0); in SweepWalk()
1 This thrashes the memory allocator and garbage collector for a brief period.
1 To support garbage collection, debugging and profiling the VM must be able to send all threads