Home
last modified time | relevance | path

Searched refs:TEST_M_NEW_SIZE (Results 1 - 1 of 1) sorted by relevance

/third_party/musl/libc-test/src/functionalext/supplement/mman/
H A Dmremap.c22 #define TEST_M_NEW_SIZE 2048 macro
48 void *map_new = mremap(map, TEST_M_SIZE, TEST_M_NEW_SIZE, MREMAP_MAYMOVE); in mremap_0100()
50 int rev = munmap(map_new, TEST_M_NEW_SIZE); in mremap_0100()

Completed in 1 milliseconds