Home
last modified time | relevance | path

Searched refs:pages (Results 1 – 6 of 6) sorted by relevance

/bionic/libc/kernel/uapi/linux/
Dscreen_info.h41 __u16 pages; member
Dvbox_vmmdev_types.h180 __u64 pages[1]; member
/bionic/tests/
Dpthread_test.cpp2941 std::vector<void*> pages; in TEST() local
2942 pages.reserve(64 * 1024); in TEST()
2947 pages.push_back(page); in TEST()
2954 for (; i < pages.size(); ++i) { in TEST()
2959 ASSERT_EQ(0, munmap(pages[i], kPageSize)); in TEST()
2966 for (; i < pages.size(); ++i) { in TEST()
2967 ASSERT_EQ(0, munmap(pages[i], kPageSize)); in TEST()
/bionic/
DREADME.md180 [syscall(3)](http://man7.org/linux/man-pages/man2/syscall.2.html) instead.
188 on [man7.org](https://man7.org/linux/man-pages/dir_section_2.html).
Dandroid-changes-for-ndk-developers.md269 *Potential problems*: Relocations enforce code pages being writable, and
270 wastefully increase the number of dirty pages in memory. The dynamic
/bionic/docs/
Dnative_allocator.md291 These calls are used to free unused memory pages back to the kernel.