mirror of
https://github.com/jemalloc/jemalloc.git
synced 2026-04-14 22:51:50 +03:00
This checks whether or not we're reentrant using thread-local data, and, if we are, moves certain internal allocations to use arena 0 (which should be properly initialized after bootstrapping). The immediate thing this allows is spinning up threads in arena_new, which will enable spinning up background threads there. |
||
|---|---|---|
| .. | ||
| btalloc.c | ||
| btalloc_0.c | ||
| btalloc_1.c | ||
| math.c | ||
| mq.c | ||
| mtx.c | ||
| SFMT.c | ||
| test.c | ||
| thd.c | ||
| timer.c | ||