XMS Control Center is an XMS management & information utility. Written in Borland C++ 3.1 in 1997, recompiled in Windows 10 using DOSBox.
-
Updated
Nov 16, 2021 - C++
XMS Control Center is an XMS management & information utility. Written in Borland C++ 3.1 in 1997, recompiled in Windows 10 using DOSBox.
Simple and efficient memory pool is implemented with C++11.
My OS II project
This project is a C++ memory management library that includes implementations of malloc, calloc, realloc, and free functions. Its goal is to provide functionality for allocating and freeing memory for other programs. The library is built using CMake and requires C++17. To use the library, include the header file memory.h
Implementation of C standard library memory-related functions: malloc(), calloc(), realloc(), free() from scratch.
To associate your repository with the memory-block topic, visit your repo's landing page and select "manage topics."