Home
last modified time | relevance | path

Searched refs:mmap_size (Results 1 – 4 of 4) sorted by relevance

/external/fio/
Dsmalloc.c49 size_t mmap_size; member
175 pool->mmap_size = alloc_size; in add_pool()
204 munmap(pool->map, pool->mmap_size); in add_pool()
232 munmap(pool->map, pool->mmap_size); in cleanup_pool()
/external/e2fsprogs/intl/
DgettextP.h88 size_t mmap_size; member
Dloadmsgcat.c1028 domain->mmap_size = size; in _nl_load_domain()
1411 munmap ((void *) domain->data, domain->mmap_size); in _nl_unload_domain()
/external/netperf/src/
Dnetlib.c1706 int mmap_size; in allocate_exs_buffer_ring() local
1735 mmap_size = width * malloc_size; in allocate_exs_buffer_ring()
1736 mmap_buffer = (char *) mmap ((caddr_t)NULL, mmap_size+NBPG-1, in allocate_exs_buffer_ring()
1748 mmap_size, mmap_buffer, mmap_buffer_aligned); in allocate_exs_buffer_ring()
1752 *mhandlep = exs_mregister ((void *)mmap_buffer_aligned, (size_t)mmap_size, 0); in allocate_exs_buffer_ring()