Searched refs:exsize (Results 1 – 1 of 1) sorted by relevance
1657 size_t exsize = 128 * 1024; in mkfs_malloc() local1672 extra = mmap(0, exsize, PROT_READ|PROT_WRITE, MAP_ANON|MAP_PRIVATE, in mkfs_malloc()1675 munmap(extra, exsize); in mkfs_malloc()1680 size -= exsize; in mkfs_malloc()