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.h189 __u64 pages[1]; member
/bionic/tests/
Dpthread_test.cpp2834 std::vector<void*> pages; in TEST() local
2835 pages.reserve(64 * 1024); in TEST()
2840 pages.push_back(page); in TEST()
2847 for (; i < pages.size(); ++i) { in TEST()
2852 ASSERT_EQ(0, munmap(pages[i], kPageSize)); in TEST()
2859 for (; i < pages.size(); ++i) { in TEST()
2860 ASSERT_EQ(0, munmap(pages[i], kPageSize)); in TEST()
/bionic/
Dandroid-changes-for-ndk-developers.md272 *Potential problems*: Relocations enforce code pages being writable, and
273 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.bp1718 // Sorting bss symbols by size usually results in less dirty pages at run