memory-manager
There are 23 repositories under memory-manager topic.
IgorMundstein/WinMemoryCleaner
This free RAM cleaner uses native Windows features to optimize memory areas. It's a compact, portable, and smart application.
emeryberger/Hoard
The Hoard Memory Allocator: A Fast, Scalable, and Memory-efficient Malloc for Linux, Windows, and Mac.
emeryberger/Heap-Layers
Heap Layers: An Extensible Memory Allocation Infrastructure
CodeDead/MemPlus
Free up your memory for free!
schulkinator/memorymanager
A simple, thread-safe memory manager for 64bit C++ applications and games. Focus is on preventing heap fragmentation in the absence of good virtual memory management, at the cost of wasting some memory. It works by globally overriding the new and delete operators.
johsteffens/tbman
Memory Manager - Fast, Scalable and Easy to use
AbdallahHemdan/Sqrt_OS
Sqrt OS is a simulation of an OS scheduler and memory manager using different scheduling algorithms including Highest Priority First (non-preemptive), Shortest Remaining Time Next, and Round Robin.
fafalone/MemListMgr
Memory List Manager
AdelRizq/Sqrt_OS
Sqrt OS is a simulation of an OS scheduler and memory manager using different scheduling algorithms including Highest Priority First (non-preemptive), Shortest Remaining Time Next, and Round Robin
opensimply/Simply-Memory-Manager
Memory manager for Free Pascal and Lazarus
rhit-rotho/libpbvt
Version control for arbitrary program memory
scopeInfinity/Projects
Projects Collections
arxiver/mema
Memory Manager for C language to maintain the memory allocation and dellactions and works as a memory pool
PlagaMedicum/segment-memory-manager
OS Lab 1 Segment memory manager
rshipp/csci442
Operating Systems
warriors-life/memory-allocator
Simple JS memory allocator
Am-I-One-Or-Zero/MemoryAllocator
Efficient Pool/Block Memory Allocator
inverse-signal/process-manager
A windows process manager utility.
Ma-Fi-94/mymalloc
The Ancient Rite of Passage: Writing your own memory manager in plain C ;).
brugr9/MemMngr
C++ Memory Manager
StrubT/ACPlusPlusMemoryManager
Advanced C++ – Exercise 'Memory Manager'
TarunGuptaJ/FineTech-1
Assignments submitted for the course FineTech-1
twaritwaikar/simple-memory-manager
A simple memory manager suited for lighter and quicker dynamic allocations in heavy lifting environments