Home
last modified time | relevance | path

Searched refs:n_pages (Results 1 – 3 of 3) sorted by relevance

/external/bluetooth/glib/tests/
Dslice-threadinit.c73 int j, n_pages = 0; in main() local
82 while (n_pages < N_PAGES) in main()
93 j = n_pages++; in main()
/external/bluetooth/glib/glib/
Dgslice.c1151 const guint n_pages = 16; in allocator_memalign() local
1152 guint8 *mem = malloc (n_pages * sys_page_size); in allocator_memalign()
1156 gint i = n_pages; in allocator_memalign()
/external/webkit/Source/JavaScriptCore/wtf/
DFastMalloc.cpp2018 uint64_t n_pages = s * n_length; in Dump() local
2020 total_normal += n_pages; in Dump()
2026 PagesToMB(n_pages + r_pages), in Dump()
2033 uint64_t n_pages = 0; in Dump() local
2041 n_pages += s->length; in Dump()
2051 total_normal += n_pages; in Dump()
2056 PagesToMB(n_pages + r_pages), in Dump()