41 results for “topic:malloc-library”
A memory allocator that automatically reduces the memory footprint of C/C++ applications.
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.
[Start here!] Flow-IPC - Modern C++ toolkit for high-speed inter-process communication (IPC)
Fast multi-threaded memory allocator
Low memory overhead allocator
A low latency oriented thread caching allocator for Linux/Windows. Single header & LD_PRELOADable.
Pure Go generic implementation of freelist allocator
A hardened malloc() replacement
No description provided.
A personal implementation of glibc functions malloc(), free() and realloc()
LD_PRELOADed library to randomize malloc and friends.
A high-performance off-heap memory pool for Java applications.
Abusing V compiler to add static memory allocation
Eyeball Allocation Table
This project is a custom implementation of the C family of functions in charge of dynamic memory management: malloc, calloc, realloc and free.
Library to help with memory allocations backed by files
Dynamic Memory alocation library for prog8
Implementation of malloc, realloc, and free.
Low-level programming language with ALX and Holberton School
Flow-IPC Sub-project - SHM-jemalloc - Commercial-grade jemalloc memory manager turbocharges your zero-copy work [See `ipc` repo first]
Harvard CS50's Introduction to Computer Science
A Swift module map for the jemalloc memory allocator
malloc() library, written from scratch
Duke ece 650 homework
A simple explicit allocator package based on implicit list.
My own implementation of malloc and free
Override C global allocators to use Zig allocators in a Zig + C mixed project
A non-production-ready proof of concept memory allocator
I love that one it's my favorite :3
Implementing pointers and arrays in C.