- Added support for tracking the code file and line which allocated the RAM.
- Implemented class constructors and deconstructions.
- Implemented class constructors and deconstructions – this will ease the process of using the memory pool at non-global scopes.
- Fixed major which caused Critical Section exceptions under high contention loads.
- Fixed major bug which causes 20 bytes of internal class memory to be overwritten within the Initialize procedure. This bug was causing Critical Section exceptions under high contention loads.
|