[Bug libstdc++/96942] std::pmr::monotonic_buffer_resource causes CPU cache misses

amonakov at gcc dot gnu.org gcc-bugzilla@gcc.gnu.org
Tue Sep 8 11:58:22 GMT 2020


https://gcc.gnu.org/bugzilla/show_bug.cgi?id=96942

--- Comment #18 from Alexander Monakov <amonakov at gcc dot gnu.org> ---
Huh? malloc is capable of splitting the tail of the last page for reuse in
subsequent small allocations, why not let it do it? It will not be "wasted".


More information about the Gcc-bugs mailing list