Searched refs:MREMAP_MAYMOVE (Results 1 – 5 of 5) sorted by relevance
/bionic/libc/kernel/uapi/linux/ |
D | mman.h | 23 #define MREMAP_MAYMOVE 1 macro
|
/bionic/libc/include/sys/ |
D | mman.h | 95 #define MREMAP_MAYMOVE 1 macro
|
/bionic/libc/bionic/ |
D | atexit.cpp | 197 new_pages = mremap(array_, page_end_of_index(capacity_), new_capacity_bytes, MREMAP_MAYMOVE); in expand_capacity()
|
/bionic/linker/ |
D | linker_cfi.cpp | 75 void* res = mremap(tmp_start, size, size, MREMAP_MAYMOVE | MREMAP_FIXED, in ~ShadowWrite()
|
/bionic/tests/ |
D | sys_mman_test.cpp | 234 ASSERT_EQ(MAP_FAILED, mremap(map, PAGE_SIZE, kHuge, MREMAP_MAYMOVE)); in TEST()
|