/Memory-Manager

C++ memory manager for use with android apps

Primary LanguageC++

Memory-Manager

A custom memory manager class for c++. Was created for binding with Android Studio. The manager uses bitmap and linked list data structures to track free and occupied blocks in contiguous allocated memory.