Code written for Operating Systems class - Touro College, Spring 2015
-
Updated
May 20, 2015 - Java
Code written for Operating Systems class - Touro College, Spring 2015
A space efficient implementation of malloc
An easy to use and efficient memory pool allocator written in C++.
Simple memory manager for C/C++.
Dynamic memory allocator library.
Implemented functions of MALLOC, FREE and REALLOC routines and used explicit free list to keep track of free blocks in allocated heap memory.
New Windows Memory manager for the GHC Haskell Compiler
Slab Allocator for postgresql shared memory
My assignment from Exercise 1 for the "Operating Systems" lesson, where I was develop a pseudo memory-allocator using c language.
Pool implementations to save memory
A hobby library for c++ memory management
A simple allocator based on memory pool to speed up the dynamic allocation of a large number of small blocks and to reduce memory fragmentation.
Custom memory allocator that helps discover reads from uninitialized memory (portable C99 implementation)
A simple game engine written in C++.
Reorders the fields of structure to optimize the amount of padding.
Go 语言内存分配可视化指南(A visual guide to Go Memory Allocator from scratch (Golang))
Introduction to Computer Science & Engg. course projects
Add a description, image, and links to the memory-allocator topic page so that developers can more easily learn about it.
To associate your repository with the memory-allocator topic, visit your repo's landing page and select "manage topics."