Added suport for Fixed Buffers
A fixed buffer keeps a binary chunk "forever", so that the program does not need to copy some of its parts when loading it.
This commit is contained in:
A fixed buffer keeps a binary chunk "forever", so that the program does not need to copy some of its parts when loading it.