OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:mincore_vec_len
(Results
1 - 2
of
2
) sorted by null
/system/extras/tests/pagingtest/
pagingtest.h
7
#define
mincore_vec_len
(size) (((size) + sysconf(_SC_PAGE_SIZE) - 1) / sysconf(_SC_PAGE_SIZE))
macro
pagingtest.c
104
vec = malloc(
mincore_vec_len
(size));
122
for (i = 0; i <
mincore_vec_len
(size); i++) {
129
for (i = 0; i <
mincore_vec_len
(size); i++) {
Completed in 118 milliseconds