mirror of
https://github.com/jemalloc/jemalloc.git
synced 2026-07-18 22:57:20 +03:00
Allocate and free through each arena binding while bypassing the tcache (MALLOCX_TCACHE_NONE), so the allocations and deallocations reach the arena rather than the thread cache. Assert via arenas.lookup that a region allocated while bound to the manual arena comes from it, and that after resuming per-CPU selection allocations come from a per-CPU arena. Finally free the manual-arena region while the thread is bound to a per-CPU arena, covering deallocation routing across the rebinding. Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com> |
||
|---|---|---|
| .. | ||
| analyze | ||
| include/test | ||
| integration | ||
| src | ||
| stress | ||
| unit | ||
| test.sh.in | ||