Searched refs:mremap (Results 1 – 9 of 9) sorted by relevance
/bionic/tests/ |
D | sys_mman_test.cpp | 224 TEST(sys_mman, mremap) { in TEST() argument 227 ASSERT_EQ(MAP_FAILED, mremap(nullptr, 0, 0, 0)); in TEST() 241 ASSERT_EQ(MAP_FAILED, mremap(map, kPageSize, kHuge, MREMAP_MAYMOVE)); in TEST() 256 void* vma3 = mremap(vma1, getpagesize(), getpagesize(), MREMAP_FIXED | MREMAP_MAYMOVE, vma2); in TEST()
|
/bionic/libc/include/sys/ |
D | mman.h | 102 void* _Nonnull mremap(void* _Nonnull __old_addr, size_t __old_size, size_t __new_size, int __flags,…
|
/bionic/libc/bionic/ |
D | legacy_32_bit_support.cpp | 144 void* mremap(void* old_address, size_t old_size, size_t new_size, int flags, ...) { in mremap() function
|
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/libc/ |
D | SYSCALLS.TXT | 192 # mremap is in C++ for 32-bit so we can add the PTRDIFF_MAX check. 193 void* __mremap:mremap(void*, size_t, size_t, int, void*) lp32 194 void* mremap(void*, size_t, size_t, int, void*) lp64
|
D | libc.map.txt | 672 mremap;
|
/bionic/tools/versioner/platforms/ |
D | libc.map.txt | 672 mremap;
|
/bionic/benchmarks/linker_relocation/gen/ |
D | liblinker_reloc_bench_070.S | 2340 DATA_WORD(mremap)
|