connorguerin / Memory-Manager

C++ memory manager for use with android apps

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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.

About

C++ memory manager for use with android apps


Languages

Language:C++ 94.2%Language:Makefile 4.0%Language:C 1.8%