Home | History | Annotate | Download | only in src

Lines Matching refs:mmap_size

1722     int mmap_size;
1751 mmap_size = width * malloc_size;
1752 mmap_buffer = (char *) mmap ((caddr_t)NULL, mmap_size+NBPG-1,
1764 mmap_size, mmap_buffer, mmap_buffer_aligned);
1768 *mhandlep = exs_mregister ((void *)mmap_buffer_aligned, (size_t)mmap_size, 0);