Project

General

Profile

« Previous | Next » 

Revision 9a82cee0

Added by skyjake over 3 years ago

libcore|NativeFile: Improving file handle management

Keep a fixed limit on the number of simultaneously open files. Due to the design of the libcore file system, we don't know when a user has finished reading a file, so we'll keep track of recently accessed files and forcibly close old native handles when too many have accumulated.

Files

  • added
  • modified
  • copied
  • renamed
  • deleted

View differences