Home
last modified time | relevance | path

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

/test/xts/acts/commonlibrary/thirdparty/musl/entry/src/main/cpp/
H A Dmmanndk.cpp60 #define TEST_M_SIZE 1024 macro
158 void *map = mmap(nullptr, TEST_M_SIZE, PROT_READ, MAP_SHARED, fd, PARAM_0); in MreMap()
159 void *map_new = mremap(map, TEST_M_SIZE, TEST_M_NEW_SIZE, MREMAP_MAYMOVE); in MreMap()

Completed in 1 milliseconds