Home
last modified time | relevance | path

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

/test/xts/acts/commonlibrary/thirdparty/musl/entry/src/main/cpp/
H A Dmmanndk.cpp87 size_t stSize = PARAM_1; in Mincore() local
97 void *start = mmap(nullptr, stSize, PROT_READ, MAP_PRIVATE, fd, PARAM_0); in Mincore()
106 munmap(start, stSize); in Mincore()

Completed in 1 milliseconds