Searched refs:anonFd (Results 1 – 1 of 1) sorted by relevance
167 void ensureAnonFileSize(int anonFd, size_t length) in ensureAnonFileSize() argument172 ftruncate(anonFd, length); in ensureAnonFileSize()263 int anonFd = anonymousFd(); in allocateMemoryPages() local264 if(anonFd == -1) in allocateMemoryPages()270 ensureAnonFileSize(anonFd, length); in allocateMemoryPages()274 nullptr, length, permissionsToMmapProt(permissions), flags, anonFd, 0); in allocateMemoryPages()