Searched refs:anonFd (Results 1 – 1 of 1) sorted by relevance
121 void ensureAnonFileSize(int anonFd, size_t length) in ensureAnonFileSize() argument126 ftruncate(anonFd, length); in ensureAnonFileSize()195 int anonFd = anonymousFd(); in allocateExecutable() local196 if(anonFd == -1) in allocateExecutable()203 ensureAnonFileSize(anonFd, length); in allocateExecutable()205 MAP_PRIVATE, anonFd, 0); in allocateExecutable()