Skip to content
Commit 5154ff32 authored by David Goldblatt's avatar David Goldblatt Committed by David Goldblatt
Browse files

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.
parent 9eb1b1c8
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment