aboutsummaryrefslogtreecommitdiffstats
path: root/vppinfra/vppinfra/mheap_bootstrap.h
diff options
context:
space:
mode:
Diffstat (limited to 'vppinfra/vppinfra/mheap_bootstrap.h')
-rw-r--r--vppinfra/vppinfra/mheap_bootstrap.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/vppinfra/vppinfra/mheap_bootstrap.h b/vppinfra/vppinfra/mheap_bootstrap.h
index 989f941ef1a..8a2c991bdea 100644
--- a/vppinfra/vppinfra/mheap_bootstrap.h
+++ b/vppinfra/vppinfra/mheap_bootstrap.h
@@ -144,7 +144,7 @@ typedef struct {
/* Without vector instructions don't bother with small object cache. */
#ifdef CLIB_HAVE_VEC128
-#define MHEAP_HAVE_SMALL_OBJECT_CACHE 0
+#define MHEAP_HAVE_SMALL_OBJECT_CACHE 1
#else
#define MHEAP_HAVE_SMALL_OBJECT_CACHE 0
#endif