0a0bbf63e5
Implement aligned_alloc(), which was added in the C11 standard. The function is weakly specified to the point that a minimally compliant implementation would be painful to use (size must be an integral multiple of alignment!), which in practice makes posix_memalign() a safer choice. |
||
---|---|---|
.. | ||
aligned_alloc.c | ||
aligned_alloc.exp | ||
allocated.c | ||
allocated.exp | ||
allocm.c | ||
allocm.exp | ||
bitmap.c | ||
bitmap.exp | ||
jemalloc_test.h.in | ||
mremap.c | ||
mremap.exp | ||
posix_memalign.c | ||
posix_memalign.exp | ||
rallocm.c | ||
rallocm.exp | ||
thread_arena.c | ||
thread_arena.exp |