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!). |
||
|---|---|---|
| .. | ||
| crc.c | ||
| crc.h | ||
| driver.c | ||
| inc.h | ||
| main.c | ||
| Makefile | ||
| md5.c | ||
| md5.h | ||
| optset.c | ||
| optset.h | ||
| sum.c | ||
| util.c | ||