mirror of
https://github.com/jemalloc/jemalloc.git
synced 2026-08-02 16:40:29 +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
|
|
@ -108,6 +108,9 @@
|
|||
/* Support memory filling (junk/zero). */
|
||||
#undef JEMALLOC_FILL
|
||||
|
||||
/* Support the experimental API. */
|
||||
#undef JEMALLOC_EXPERIMENTAL
|
||||
|
||||
/* Support optional abort() on OOM. */
|
||||
#undef JEMALLOC_XMALLOC
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue