scripts

misc scripts and tools
git clone git://git.2f30.org/scripts
Log | Files | Refs

commit e147f87f410671671d1b1ffafdaf6ad2dd37a967
parent fbe8627183f5c8a65025d4e10d54b9f2ea4c63dd
Author: sin <sin@2f30.org>
Date:   Tue, 30 Jul 2013 10:42:18 +0100

Add comment for mmap_page_aligned()

Diffstat:
Malloc.c | 1+
1 file changed, 1 insertion(+), 0 deletions(-)

diff --git a/alloc.c b/alloc.c @@ -22,6 +22,7 @@ struct chunk { enum chunk_state state; } chunks[NALLOC]; +/* Align on a 0x1000 boundary */ void * mmap_page_aligned(size_t nbytes) {