Repository navigation

#

malloc-library

A memory allocator that automatically reduces the memory footprint of C/C++ applications.

C++
1827
1 年前

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.

C
1509
6 天前
C++
424
4 个月前

A low latency oriented thread caching allocator for Linux/Windows. Single header & LD_PRELOADable.

C++
22
5 个月前

Pure Go generic implementation of freelist allocator

Go
10
1 年前

A personal implementation of glibc functions malloc(), free() and realloc()

C
9
7 年前

LD_PRELOADed library to randomize malloc and friends.

C
6
10 个月前

Abusing V compiler to add static memory allocation

V
6
3 年前

A high-performance off-heap memory pool for Java applications.

Java
5
6 个月前

This project is a custom implementation of the C family of functions in charge of dynamic memory management: malloc, calloc, realloc and free.

C
3
3 年前

Library to help with memory allocations backed by files

C
3
1 年前

Low-level programming language with ALX and Holberton School

C
2
2 年前

Dynamic Memory alocation library for prog8

Lua
2
10 个月前

Harvard CS50's Introduction to Computer Science

C
2
2 年前

Implementation of malloc, realloc, and free.

C
2
4 年前