DragonFlyBSD/src 7273246lib/libc/stdlib nmalloc.c

nmalloc - Cache 4K and 8K allocations in posix_memalign()

* Adjust posix_memalign() to use the slab allocator for 4K and 8K
  allocations same as malloc() does, to improve performance for
  programs using posix_memalign().
DeltaFile
+24-3lib/libc/stdlib/nmalloc.c
+24-31 files

UnifiedSplitRaw