Home
last modified time | relevance | path

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

/bionic/libc/kernel/uapi/linux/
Dscreen_info.h53 __u16 pages; member
Dvbox_vmmdev_types.h192 __u64 pages[1]; member
/bionic/tests/
Dpthread_test.cpp2833 std::vector<void*> pages; in TEST() local
2834 pages.reserve(64 * 1024); in TEST()
2839 pages.push_back(page); in TEST()
2846 for (; i < pages.size(); ++i) { in TEST()
2851 ASSERT_EQ(0, munmap(pages[i], kPageSize)); in TEST()
2858 for (; i < pages.size(); ++i) { in TEST()
2859 ASSERT_EQ(0, munmap(pages[i], kPageSize)); in TEST()
/bionic/
Dandroid-changes-for-ndk-developers.md275 *Potential problems*: Relocations enforce code pages being writable, and
276 wastefully increase the number of dirty pages in memory. The dynamic
DREADME.md157 [syscall(3)](http://man7.org/linux/man-pages/man2/syscall.2.html) instead.
/bionic/docs/
Dnative_allocator.md291 These calls are used to free unused memory pages back to the kernel.
/bionic/libc/
DAndroid.bp1780 // Sorting bss symbols by size usually results in less dirty pages at run