mirror of
https://github.com/jemalloc/jemalloc.git
synced 2026-04-18 00:21:41 +03:00
Use a single uint64_t in nstime_t to store nanoseconds rather than using struct timespec. This reduces fragility around conversions between long and uint64_t, especially missing casts that only cause problems on 32-bit platforms. |
||
|---|---|---|
| .. | ||
| btalloc.c | ||
| btalloc_0.c | ||
| btalloc_1.c | ||
| math.c | ||
| mq.c | ||
| mtx.c | ||
| SFMT.c | ||
| test.c | ||
| thd.c | ||
| timer.c | ||