]> Zhao Yanbai Git Server - minix.git/commit
new free_contig() and changes to make drivers use it; so now we
authorBen Gras <ben@minix3.org>
Wed, 10 Feb 2010 13:56:26 +0000 (13:56 +0000)
committerBen Gras <ben@minix3.org>
Wed, 10 Feb 2010 13:56:26 +0000 (13:56 +0000)
commitf08f2bd88c09f087a8ef19a827ce9e4f421d2eb8
tree3b8d303c287ca485e68fccf1eccce14a1a863578
parent49284caf2a41a03747fcf4f172a00c41f3aff658
new free_contig() and changes to make drivers use it; so now we
have malloc/free, alloc_contig/free_contig and mmap/munmap nicely
paired up.

memory uses malloc/free instead of mmap/munmap as it doesn't have
to be contiguous for the ramdisks (and it might help if it doesn't!).
drivers/at_wini/at_wini.c
drivers/atl2/atl2.c
drivers/filter/util.c
drivers/memory/memory.c
include/minix/syslib.h
lib/syslib/alloc_util.c