Fixes for LP64 models; announce IPv6 support.
[srvx.git] / src / alloc-slab.c
index c468f91ac58a6bc63e4bac7e46ae074cd2e4504d..144a2371a26e47b540994bbf9bf4d68a1860092c 100644 (file)
@@ -97,7 +97,7 @@ struct slabset {
 #define SLAB_MIN     (2 * sizeof(void*))
 #define SLAB_GRAIN   sizeof(void*)
 #define SLAB_ALIGN   SLAB_GRAIN
-#define SMALL_CUTOFF 580
+#define SMALL_CUTOFF 576
 /* Element size < SMALL_CUTOFF -> use small slabs.
  * Larger elements are allocated directly using mmap().  The largest
  * regularly allocated struct in srvx 1.x is smaller than