OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:n_pages
(Results
1 - 3
of
3
) sorted by null
/external/bluetooth/glib/tests/
slice-threadinit.c
23
#define
N_PAGES
(101) /* number of pages to sample */
34
} pages[
N_PAGES
] = { { NULL, }, };
55
guint i, j, n_trials =
N_PAGES
* PAGE_SIZE / SAMPLE_SIZE; /* upper bound */
62
for (j = 0; j <
N_PAGES
; j++)
73
int j,
n_pages
= 0;
local
81
/* allocate blocks from
N_PAGES
different pages */
82
while (
n_pages
<
N_PAGES
)
86
for (j = 0; j <
N_PAGES
; j++)
89
if (j <
N_PAGES
) /* known page *
[
all
...]
/external/bluetooth/glib/glib/
gslice.c
1151
const guint
n_pages
= 16;
local
[
all
...]
/external/webkit/Source/JavaScriptCore/wtf/
FastMalloc.cpp
[
all
...]
Completed in 737 milliseconds