Searched refs:lims (Results 1 – 1 of 1) sorted by relevance
12 struct rlimit lims; in test_limit() local15 if (getrlimit(RLIMIT_MEMLOCK, &lims)) in test_limit()21 map = mmap(NULL, 2 * lims.rlim_max, PROT_READ | PROT_WRITE, in test_limit()27 munmap(map, 2 * lims.rlim_max); in test_limit()
Completed in 3 milliseconds