mirror of
https://github.com/jemalloc/jemalloc.git
synced 2026-04-16 15:41:41 +03:00
Simplify run quantization.
This commit is contained in:
parent
f193fd80cf
commit
5d8db15db9
3 changed files with 31 additions and 154 deletions
|
|
@ -602,7 +602,7 @@ unsigned arena_nthreads_get(arena_t *arena, bool internal);
|
|||
void arena_nthreads_inc(arena_t *arena, bool internal);
|
||||
void arena_nthreads_dec(arena_t *arena, bool internal);
|
||||
arena_t *arena_new(tsdn_t *tsdn, unsigned ind);
|
||||
bool arena_boot(void);
|
||||
void arena_boot(void);
|
||||
void arena_prefork0(tsdn_t *tsdn, arena_t *arena);
|
||||
void arena_prefork1(tsdn_t *tsdn, arena_t *arena);
|
||||
void arena_prefork2(tsdn_t *tsdn, arena_t *arena);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue