Add "lock" functionality to keep FileDatas in memory
authorOmari Stephens <xsdg@xsdg.org>
Mon, 12 Nov 2012 06:03:02 +0000 (06:03 +0000)
committerOmari Stephens <xsdg@xsdg.org>
Tue, 13 Nov 2012 08:24:44 +0000 (08:24 +0000)
Adds two primitives to keep a FileData in memory even after its refcount
drops to zero.  Intended to be used in situations when an entire group of
FileDatas _should_ stay in memory as an optimization, even if the code
would continue to function properly even if the FileData were freed.


No differences found