mirror of
https://github.com/jemalloc/jemalloc.git
synced 2026-07-23 00:57:19 +03:00
Add the --disable-experimental option.
This commit is contained in:
parent
7b398aca3b
commit
7e77eaffff
7 changed files with 63 additions and 14 deletions
3
INSTALL
3
INSTALL
|
|
@ -116,6 +116,9 @@ any of the following arguments (not a definitive list) to 'configure':
|
|||
Disable support for junk/zero filling of memory. See the "opt.junk"/
|
||||
"opt.zero" option documentation for usage details.
|
||||
|
||||
--disable-experimental
|
||||
Disable support for the experimental API (*allocm()).
|
||||
|
||||
--enable-xmalloc
|
||||
Enable support for optional immediate termination due to out-of-memory
|
||||
errors, as is commonly implemented by "xmalloc" wrapper function for malloc.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue