malloc-library
There are 41 repositories under malloc-library topic.
plasma-umass/Mesh
A memory allocator that automatically reduces the memory footprint of C/C++ applications.
GrapheneOS/hardened_malloc
Hardened allocator designed for modern systems. It has integration into Android's Bionic libc and can be used externally with musl and glibc as a dynamic library for use on other Linux-based platforms. It will gain more portability / integration over time.
Flow-IPC/ipc
[Start here!] Flow-IPC - Modern C++ toolkit for high-speed inter-process communication (IPC)
EmuraDaisuke/MemoryAllocator.KanameShiki
Fast multi-threaded memory allocator
Thermadiag/micromalloc
Low memory overhead allocator
akhin/llmalloc
A low latency oriented thread caching allocator for Linux/Windows. Single header & LD_PRELOADable.
Snawoot/freelist
Pure Go generic implementation of freelist allocator
GJDuck/libredfat
A hardened malloc() replacement
Kicksecure/hardened_malloc
Hardened Memory Allocator for many Applications to increase Security. Debian packaging fork only. Fork Homepage: https://www.whonix.org/wiki/Hardened_Malloc Upstream original: https://github.com/GrapheneOS/hardened_malloc
nasrat-v/malloc
A personal implementation of glibc functions malloc(), free() and realloc()
chen-ace/JMemPool
A high-performance off-heap memory pool for Java applications.
SheatNoisette/smalloc-v
Abusing V compiler to add static memory allocation
topimiettinen/libaslrmalloc
LD_PRELOADed library to randomize malloc and friends.
boomer41/libmemfile
Library to help with memory allocations backed by files
ibeauregard/malloc
This project is a custom implementation of the C family of functions in charge of dynamic memory management: malloc, calloc, realloc and free.
katahiromz/EAT
Eyeball Allocation Table
adiee5/palloc
Dynamic Memory alocation library for prog8
Flow-IPC/ipc_shm_arena_lend
Flow-IPC Sub-project - SHM-jemalloc - Commercial-grade jemalloc memory manager turbocharges your zero-copy work [See `ipc` repo first]
micahondiwa/alx-low_level_programming
Low-level programming language with ALX and Holberton School
micahondiwa/cs50
Harvard CS50's Introduction to Computer Science
vsokh/Malloc
Implementation of malloc, realloc, and free.
ahmeducf/dynamic-memory-allocator
A simple explicit allocator package based on implicit list.
bernardassan/czalloc
Override C global allocators to use Zig allocators in a Zig + C mixed project
ComprosoftCEO/MyMalloc
My own implementation of malloc and free
eltongo/talloc
A non-production-ready proof of concept memory allocator
Ferivonus/Malloc-Memory-Management-with-Cpp
I love that one it's my favorite :3
julianw1010/julmalloc
malloc() library, written from scratch
micahondiwa/alx-pointers_arrays_c
Implementing pointers and arrays in C.
ordo-one/package-jemalloc
A Swift module map for the jemalloc memory allocator
Superchen17/Duke-ECE-650
Duke ece 650 homework
A-Mahla/Malloc
Re-implementing the Iconic C Memory Allocator
Nerveustech/Free-Them-All
Free Them All is a library implemented in C to keep track of allocations and be able to free them later even with a simple function.
Holladworld/alx-low_level_programming
Repository contains all of the projects done at ALX Software Engineering School's on Low Level Programming. All of the projects are written in C with styling guide `Betty Style. All projects are created to run on Ubuntu 14.04, & 20.4 then compiled with the command
ivop/zmalloc
Dynamic Memory Allocation for Small Memory Systems
mhahnFr/mh_malloc
Small memory management library.