Home | History | Annotate | Download | only in netperf

Lines Matching refs:mmap_size

1405     int mmap_size;
1433 mmap_size = width * malloc_size;
1434 mmap_buffer = (char *) mmap ((caddr_t)NULL, mmap_size+NBPG-1,
1445 mmap_size, mmap_buffer, mmap_buffer_aligned);
1449 *mhandlep = exs_mregister ((void *)mmap_buffer_aligned, (size_t)mmap_size, 0);