ruby/internal
Peter Zhu 4a627dbdfd [Bug #18014] Fix memory leak in GC when using Ractors
When a Ractor is removed, the freelist in the Ractor cache is not
returned to the GC, leaving the freelist permanently lost. This commit
recycles the freelist when the Ractor is destroyed, preventing a memory
leak from occurring.
2021-07-15 11:48:52 -04:00
..
2021-06-18 10:02:44 -07:00
2021-05-12 10:30:46 +09:00
2021-07-13 19:28:40 +12:00
2021-06-28 10:53:37 +09:00
2021-06-03 15:11:18 +09:00