Emery Hemingway 82a7799638 lib/vfs: pass handle allocator to open(...)
Opening a VFS handle previously involved allocating from the global heap
at each VFS file system. By amending open with an allocator argument,
dynamic allocation can be partitioned.

A new close method is used to deallocate open handles.

Issue #1751
Issue #1891
2016-04-11 12:56:54 +02:00
..
2015-04-09 16:04:46 +02:00
2015-04-09 16:04:46 +02:00
2015-11-27 12:18:53 +01:00
2016-03-08 17:00:54 +01:00
2015-04-09 16:04:46 +02:00
2015-10-09 16:38:48 +02:00
2015-04-09 16:04:46 +02:00
2015-03-13 12:17:23 +01:00
2016-03-15 11:57:52 +01:00