mirror of
https://github.com/jemalloc/jemalloc.git
synced 2026-05-30 08:37:29 +03:00
Remove the sysv option.
This commit is contained in:
parent
f081b88dfb
commit
c90ad71237
8 changed files with 7 additions and 113 deletions
|
|
@ -104,13 +104,6 @@ static const bool config_stats =
|
|||
false
|
||||
#endif
|
||||
;
|
||||
static const bool config_sysv =
|
||||
#ifdef JEMALLOC_SYSV
|
||||
true
|
||||
#else
|
||||
false
|
||||
#endif
|
||||
;
|
||||
static const bool config_tcache =
|
||||
#ifdef JEMALLOC_TCACHE
|
||||
true
|
||||
|
|
@ -385,7 +378,6 @@ typedef struct {
|
|||
|
||||
extern bool opt_abort;
|
||||
extern bool opt_junk;
|
||||
extern bool opt_sysv;
|
||||
extern bool opt_xmalloc;
|
||||
extern bool opt_zero;
|
||||
extern size_t opt_narenas;
|
||||
|
|
|
|||
|
|
@ -98,9 +98,6 @@
|
|||
/* Support optional abort() on OOM. */
|
||||
#undef JEMALLOC_XMALLOC
|
||||
|
||||
/* Support SYSV semantics. */
|
||||
#undef JEMALLOC_SYSV
|
||||
|
||||
/* Support lazy locking (avoid locking unless a second thread is launched). */
|
||||
#undef JEMALLOC_LAZY_LOCK
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue