Reenable memory allocator small-object cache, disabled by mistake.
[vpp.git] / vppinfra / vppinfra / mheap_bootstrap.h
index 989f941..8a2c991 100644 (file)
@@ -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