mirror of
https://github.com/jemalloc/jemalloc.git
synced 2026-05-01 09:37:50 +03:00
Unify the allocation paths
This unifies the allocation paths for malloc, posix_memalign, aligned_alloc, calloc, memalign, valloc, and mallocx, so that they all share common code where they can. There's more work that could be done here, but I think this is the smallest discrete change in this direction.
This commit is contained in:
parent
9eb1b1c881
commit
5154ff32ee
1 changed files with 535 additions and 422 deletions
957
src/jemalloc.c
957
src/jemalloc.c
File diff suppressed because it is too large
Load diff
Loading…
Add table
Add a link
Reference in a new issue