Patch #5
Changes
- Add test of concurrent assembly of mnemonics.
- Implement thread-safe memory allocation/deallocation to ensure that asynchronous attempts to create Assemblers do not possibly result in a bad allocation. (Commit moved to lower level. To Reloaded.Memory.Buffers)
- Fix bad Dispose pattern missing GC.SuppressFinalize and thus calling itself twice.