summaryrefslogtreecommitdiffstats
path: root/include
diff options
context:
space:
mode:
authorJason Evans <jasone@canonware.com>2017-01-03 16:21:29 (GMT)
committerJason Evans <jasone@canonware.com>2017-01-07 02:58:45 (GMT)
commit0f04bb1d6fc27c7fa5f6268d045c78bdc600ff65 (patch)
treec1a72da7b36fbbb4258204348f98db52224733be /include
parent3dc4e83ccb448436894fbbd0b46f126cff0c1416 (diff)
downloadjemalloc-0f04bb1d6fc27c7fa5f6268d045c78bdc600ff65.zip
jemalloc-0f04bb1d6fc27c7fa5f6268d045c78bdc600ff65.tar.gz
jemalloc-0f04bb1d6fc27c7fa5f6268d045c78bdc600ff65.tar.bz2
Rename the arenas.extend mallctl to arenas.create.
Diffstat (limited to 'include')
-rw-r--r--include/jemalloc/internal/arena.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/include/jemalloc/internal/arena.h b/include/jemalloc/internal/arena.h
index d889852..929adbe 100644
--- a/include/jemalloc/internal/arena.h
+++ b/include/jemalloc/internal/arena.h
@@ -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.