The Atomic Memory Model is a powerful methodology which handles memory in a consistent, elegant, simple and highly effective way, greatly increasing the quality of code and speed of development. By abstracting the memory and representing it as an encapsulated entity, one can eliminate all of the issues arising around using memory in a digital computer system and make them intrinsically impossible.
The download includes the thesis of the model, the complete source code of example implementation "Two" (version 2.3) for C++, and a Reference Manual. It also includes a set of useful helper classes and the source code for implementation "One" (version 1.2), and a simple example program demonstrating the use of the code.
Related Searches: Atomic Memory Model, Memory Model, memory leak, buffer overrun, memory crash, program crash, C++, object oriented, garbage collection, defensive code, memory encapsulation, memory unit, memory exception, heap memory, stack memory, secure memory, shell memory, string
Recent Changes: Added HandleMemory, SecureMemory, SecureString and other memory atom classes. Added numerous methods with various capabilities, such as functions for data finding and resource manipulation. Numerous improvements have been made, including improved exception handling.
Install Support: No Install Support
Supported Languages: English
Additional Requirements: C++ compiler, OO Compiler
|