Searched refs:anonFd (Results 1 – 1 of 1) sorted by relevance
181 void ensureAnonFileSize(int anonFd, size_t length) in ensureAnonFileSize() argument186 [[maybe_unused]] int result = ftruncate(anonFd, length); in ensureAnonFileSize()275 int anonFd = anonymousFd(); in allocateMemoryPages() local276 if(anonFd == -1) in allocateMemoryPages()282 ensureAnonFileSize(anonFd, length); in allocateMemoryPages()286 nullptr, length, permissionsToMmapProt(permissions), flags, anonFd, 0); in allocateMemoryPages()