mirror of
https://github.com/jemalloc/jemalloc.git
synced 2026-04-22 02:42:12 +03:00
Add nallocm(), which computes the real allocation size that would result from the corresponding allocm() call. nallocm() is a functional superset of OS X's malloc_good_size(), in that it takes alignment constraints into account. |
||
|---|---|---|
| .. | ||
| 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 | ||