diff options
author | Rich Felker <dalias@aerifal.cx> | 2018-04-19 20:45:48 -0400 |
---|---|---|
committer | Rich Felker <dalias@aerifal.cx> | 2018-04-19 20:45:48 -0400 |
commit | 3c2cbbe7ba8b4486299ae0d5336ae01ab520d116 (patch) | |
tree | f269c212fa64c10f68e990550ef6c91c885592e3 /src/malloc/malloc.c | |
parent | move malloc implementation types and macros to an internal header (diff) | |
download | grovel-3c2cbbe7ba8b4486299ae0d5336ae01ab520d116.tar.gz grovel-3c2cbbe7ba8b4486299ae0d5336ae01ab520d116.tar.xz |
using malloc implementation types/macros/idioms for memalign
the generated code should be mostly unchanged, except for explicit use
of C_INUSE in place of copying the low bits from existing chunk
headers/footers.
these changes also remove mild UB due to dubious arithmetic on
pointers into imaginary size_t[] arrays.
Diffstat (limited to 'src/malloc/malloc.c')
0 files changed, 0 insertions, 0 deletions