From 0cc5287bb1e129d5534fa229d3585204a181a0e4 Mon Sep 17 00:00:00 2001 From: Sepherosa Ziehau Date: Thu, 29 Jun 2017 07:39:50 +0800 Subject: [PATCH] kmalloc: Update comment --- sys/kern/kern_slaballoc.c | 1 + 1 file changed, 1 insertion(+) diff --git a/sys/kern/kern_slaballoc.c b/sys/kern/kern_slaballoc.c index c99fd31c6b..8d97661147 100644 --- a/sys/kern/kern_slaballoc.c +++ b/sys/kern/kern_slaballoc.c @@ -77,6 +77,7 @@ * (if PAGE_SIZE is 4K the maximum zone allocation is 16383) * * Allocations >= ZoneLimit go directly to kmem. + * (n * PAGE_SIZE, n > 2) allocations go directly to kmem. * * Alignment properties: * - All power-of-2 sized allocations are power-of-2 aligned. -- 2.11.4.GIT