Stop using sbrk(2) with malloc. This helps reduce the number of places

within the tree where we call this legacy interface.

Reviewed by:	jasone
Obtained from:	brooks
Sponsored by:	ABT Systems Ltd
This commit is contained in:
Andrew Turner 2016-04-28 12:24:58 +00:00
parent bdb02ec712
commit 4b6f23dfaf
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=298741

View file

@ -8,6 +8,8 @@
#define JEMALLOC_DEBUG
#endif
#undef JEMALLOC_DSS
/*
* The following are architecture-dependent, so conditionally define them for
* each supported architecture.