Switch back to hoard2 for now.

We'll reconsider rpmalloc when it has less overhead.
This commit is contained in:
Adrien Destugues 2019-11-24 15:35:51 +01:00
parent dd2676821a
commit 1f391e37ea
16 changed files with 2 additions and 2 deletions

View File

@ -49,7 +49,7 @@ for arch in $(TARGET_ARCHS) {
SubInclude HAIKU_TOP src system libroot posix crypt ;
SubInclude HAIKU_TOP src system libroot posix locale ;
SubInclude HAIKU_TOP src system libroot posix rpmalloc ;
SubInclude HAIKU_TOP src system libroot posix malloc_hoard2 ;
SubInclude HAIKU_TOP src system libroot posix malloc_debug ;
SubInclude HAIKU_TOP src system libroot posix pthread ;
SubInclude HAIKU_TOP src system libroot posix signal ;

View File

@ -1,4 +1,4 @@
SubDir HAIKU_TOP src system libroot posix malloc ;
SubDir HAIKU_TOP src system libroot posix malloc_hoard2 ;
UsePrivateHeaders libroot shared ;