mirror of
https://github.com/jemalloc/jemalloc.git
synced 2026-04-15 07:01:42 +03:00
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 | ||