mkfs_malloc
static void *mkfs_malloc(size_t size);
if ((membase = mkfs_malloc(fssize * sectorsize)) == NULL)