mirror of
https://github.com/jemalloc/jemalloc.git
synced 2026-05-14 17:06:22 +03:00
Add unit tests for pow2_ceil(), malloc_strtoumax(), and malloc_snprintf(). Fix numerous bugs in malloc_strotumax() error handling/reporting. These bugs could have caused application-visible issues for some seldom used (0X... and 0... prefixes) or malformed MALLOC_CONF or mallctl() argument strings, but otherwise they had no impact. Fix numerous bugs in malloc_snprintf(). These bugs were not exercised by existing malloc_*printf() calls, so they had no impact. |
||
|---|---|---|
| .. | ||
| bitmap.c | ||
| ckh.c | ||
| hash.c | ||
| mallctl.c | ||
| math.c | ||
| mq.c | ||
| mtx.c | ||
| ql.c | ||
| qr.c | ||
| quarantine.c | ||
| rb.c | ||
| rtree.c | ||
| SFMT.c | ||
| stats.c | ||
| tsd.c | ||
| util.c | ||