Searched refs:mmap_size (Results 1 – 4 of 4) sorted by relevance
49 size_t mmap_size; member175 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()
88 size_t mmap_size; member
1028 domain->mmap_size = size; in _nl_load_domain()1411 munmap ((void *) domain->data, domain->mmap_size); in _nl_unload_domain()
1706 int mmap_size; in allocate_exs_buffer_ring() local1735 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()