* Enabled the slab allocator as default allocator.
* The previous kernel heap has only an advantage for debugging, anyway, but the actual reason for this change is bug #6232, and Haiku should crash for most people since a week now. git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@37327 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
parent
5fe246510a
commit
60c26cd332
@ -99,10 +99,10 @@
|
|||||||
#define ENABLE_SWAP_SUPPORT 1
|
#define ENABLE_SWAP_SUPPORT 1
|
||||||
|
|
||||||
// Use the slab allocator as generic memory allocator (malloc()/free()).
|
// Use the slab allocator as generic memory allocator (malloc()/free()).
|
||||||
#define USE_SLAB_ALLOCATOR_FOR_MALLOC 0
|
#define USE_SLAB_ALLOCATOR_FOR_MALLOC 1
|
||||||
|
|
||||||
// When set limits the amount of available RAM (in MB).
|
// When set limits the amount of available RAM (in MB).
|
||||||
//#define LIMIT_AVAILABLE_MEMORY 256
|
//#define LIMIT_AVAILABLE_MEMORY 256
|
||||||
|
|
||||||
|
|
||||||
#endif // KERNEL_DEBUG_CONFIG_H
|
#endif // KERNEL_DEBUG_CONFIG_H
|
||||||
|
Loading…
Reference in New Issue
Block a user