summaryrefslogtreecommitdiff
path: root/lib/libbsdmalloc/malloc.c
AgeCommit message (Expand)Author
2023-07-08Make mstats() decl match prototype so this compiles with -DMSTATS.simonb
2023-07-05libbsdmalloc: Use a multiply-overflow that clang supports too.riastradh
2023-07-05libbsdmalloc: Make aligned_alloc(A, S) actually align when A > S.riastradh
2023-07-05libbsdmalloc: Lift C11 divisibility restriction on aligned_alloc.riastradh
2023-07-05libbsdmalloc: Fix build with DEBUG.riastradh
2023-07-04libbsdmalloc: Nix K&R definitions. Bump WARNS to 3.riastradh
2023-07-04libbsdmalloc: Nix trailing whitespace.riastradh
2023-07-04libbsdmalloc: Provide all allocator front ends and fork hooks.riastradh
2003-08-07Move UCB-licensed code from 4-clause to 3-clause licence.agc
2003-04-21Adding libbsdmalloc which is Chris Kingsley's `power of two bucket' malloc.elric