mirror of
https://github.com/boostorg/container.git
synced 2025-08-03 22:44:26 +02:00
Update alloc_lib.c
This commit is contained in:
@@ -15,6 +15,11 @@
|
|||||||
#error "DLMALLOC_VERSION undefined"
|
#error "DLMALLOC_VERSION undefined"
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
#ifdef __VXWORKS__
|
||||||
|
// no sbrk() in VxWorks, configure dlmalloc to use only mmap()
|
||||||
|
#define HAVE_MORECORE 0
|
||||||
|
#endif
|
||||||
|
|
||||||
#if DLMALLOC_VERSION == 286
|
#if DLMALLOC_VERSION == 286
|
||||||
#include "dlmalloc_ext_2_8_6.c"
|
#include "dlmalloc_ext_2_8_6.c"
|
||||||
#else
|
#else
|
||||||
|
Reference in New Issue
Block a user