mirror of
https://github.com/jemalloc/jemalloc.git
synced 2026-04-26 04:42:12 +03:00
Rename the arenas.extend mallctl to arenas.create.
This commit is contained in:
parent
3dc4e83ccb
commit
0f04bb1d6f
10 changed files with 29 additions and 29 deletions
|
|
@ -148,9 +148,9 @@ struct arena_s {
|
|||
* atomic operations. Each thread has two distinct assignments, one for
|
||||
* application-serving allocation, and the other for internal metadata
|
||||
* allocation. Internal metadata must not be allocated from arenas
|
||||
* created via the arenas.extend mallctl, because the arena.<i>.reset
|
||||
* mallctl indiscriminately discards all allocations for the affected
|
||||
* arena.
|
||||
* explicitly created via the arenas.create mallctl, because the
|
||||
* arena.<i>.reset mallctl indiscriminately discards all allocations for
|
||||
* the affected arena.
|
||||
*
|
||||
* 0: Application allocation.
|
||||
* 1: Internal metadata allocation.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue