Home
last modified time | relevance | path

Searched refs:anonFd (Results 1 – 1 of 1) sorted by relevance

/external/swiftshader/src/Reactor/
DExecutableMemory.cpp181 void ensureAnonFileSize(int anonFd, size_t length) in ensureAnonFileSize() argument
186 [[maybe_unused]] int result = ftruncate(anonFd, length); in ensureAnonFileSize()
275 int anonFd = anonymousFd(); in allocateMemoryPages() local
276 if(anonFd == -1) in allocateMemoryPages()
282 ensureAnonFileSize(anonFd, length); in allocateMemoryPages()
286 nullptr, length, permissionsToMmapProt(permissions), flags, anonFd, 0); in allocateMemoryPages()