| Code-Review | +1 |
| Inspect html for hidden footers to help with email filtering. To unsubscribe visit settings. |
| Inspect html for hidden footers to help with email filtering. To unsubscribe visit settings. |
[cppgc][test] Fix flakiness in ReuseMemoryFromFreelist
The test used to rely on PreciseGC() which releases pooled pages.
If the virtual memory is released back to the OS (e.g. on 32-bit),
the subsequent allocation might get a different address even if
it is the first one in a new page.
This fix ensures that memory is retained in the pool by using
kRetainMemory free memory handling during the test's GC.
| Inspect html for hidden footers to help with email filtering. To unsubscribe visit settings. |