mirror of
https://github.com/jemalloc/jemalloc.git
synced 2026-05-30 08:37:29 +03:00
Use a stub replacement and disable dss when sbrk is not supported
This commit is contained in:
parent
5ff709c264
commit
83c324acd8
3 changed files with 22 additions and 0 deletions
|
|
@ -108,6 +108,9 @@
|
|||
# define JEMALLOC_ATTR(s) JEMALLOC_CATTR(s,)
|
||||
#endif
|
||||
|
||||
/* Defined if sbrk() is supported. */
|
||||
#undef JEMALLOC_HAVE_SBRK
|
||||
|
||||
/* Non-empty if the tls_model attribute is supported. */
|
||||
#undef JEMALLOC_TLS_MODEL
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue