jemalloc/include
Guangli Dai bffe921ba0 Prepare pac and hpa psset for size to grow by PAGE over GROUP*PAGE
For PAC, to avoid having too many bins, arena bins still have the same
layout.  This means some extra search is needed for a page-level request that
is not aligned with the orginal size class: it should also search the heap
before the current index since the previous heap might also be able to
have some allocations satisfying it.  The same changes apply to HPA's
psset.

This search relies on the enumeration of the heap because not all allocs in
the previous heap are guaranteed to satisfy the request.  To balance the
memory and CPU overhead, we currently enumerate at most a fixed number
of nodes before concluding none can satisfy the request during an
enumeration.
2025-02-19 12:03:30 -08:00
..
jemalloc Prepare pac and hpa psset for size to grow by PAGE over GROUP*PAGE 2025-02-19 12:03:30 -08:00
msvc_compat Remove trailing whitespace 2023-06-23 11:58:18 -07:00