Files
semi-libc/src/malloc
Dominic ChenandRich Felker 95a540e176 mallocng/aligned_alloc: check for malloc failure
With mallocng, calling posix_memalign() or aligned_alloc() will
SIGSEGV if the internal malloc() call returns NULL. This does not
occur with oldmalloc, which explicitly checks for allocation failure.
2021-04-16 10:17:25 -04:00
..
2020-11-30 16:49:58 -05:00