enabling mpss on solaris/illumos.
reusing slighty linux configuration as possible, aligning the address range to HUGEPAGE.
This commit is contained in:
committed by
David Goldblatt
parent
c2e7a06392
commit
00f06c9beb
@@ -301,6 +301,11 @@
|
||||
*/
|
||||
#undef JEMALLOC_THP
|
||||
|
||||
/*
|
||||
* Defined if memcntl page admin call is supported
|
||||
*/
|
||||
#undef JEMALLOC_HAVE_MEMCNTL
|
||||
|
||||
/* Define if operating system has alloca.h header. */
|
||||
#undef JEMALLOC_HAS_ALLOCA_H
|
||||
|
||||
|
@@ -217,4 +217,12 @@ static const bool config_high_res_timer =
|
||||
#endif
|
||||
;
|
||||
|
||||
static const bool have_memcntl =
|
||||
#ifdef JEMALLOC_HAVE_MEMCNTL
|
||||
true
|
||||
#else
|
||||
false
|
||||
#endif
|
||||
;
|
||||
|
||||
#endif /* JEMALLOC_PREAMBLE_H */
|
||||
|
Reference in New Issue
Block a user