Projects in Awesome Lists tagged with malloc-free
A curated list of projects in awesome lists tagged with malloc-free .
https://github.com/embeddedartistry/libmemory
Embedded systems memory management library. Implementations for malloc(), free(), and other useful memory management functions
bringup c embedded-systems freelist heap libc malloc malloc-free memory-allocation portability rtos threadx
Last synced: 07 Apr 2025
https://github.com/johsteffens/tbman
Memory Manager - Fast, Scalable and Easy to use
alignment free malloc malloc-free memory-manager platform-independent realloc thread-safe
Last synced: 27 Feb 2026
https://github.com/thermadiag/micromalloc
Low memory overhead allocator
allocator malloc malloc-free malloc-library memory-allocation memory-allocator
Last synced: 22 Jul 2025
https://github.com/Thermadiag/micromalloc
Low memory overhead allocator
allocator malloc malloc-free malloc-library memory-allocation memory-allocator
Last synced: 27 Sep 2025
https://github.com/kisvegabor/misc
Embedded software modules: dynamic memory with defrag, Linked list, RAMFS, GFX, Primitive scheduler, FIFO etc.
Last synced: 06 Apr 2026
https://github.com/f18m/boost-intrusive-pool
A C++ memory pool that is Boost-friendly and performance oriented (zero-malloc).
boost cpp11 cpp14 intrusive intrusive-ptr malloc-free memory pool pool-allocator
Last synced: 12 Jan 2026
https://github.com/plasma-umass/memory-landscape
The space of memory management research and systems produced by the PLASMA lab (https://plasma-umass.org).
custom-allocators malloc-free memory-allocator memory-management
Last synced: 19 Feb 2026
https://github.com/endurodave/c_allocator
Fixed Block Memory Allocator in C
c-language cross-platform embedded-c malloc-free memory-allocator
Last synced: 03 Mar 2026
https://github.com/samuelselasi/alx-low_level_programming
ALX Low Level Programming (C)
alx-low-level-programming argc-argv c data-structures doubly-linked-list function-pointers functions linked-list loops malloc-free pointers-and-arrays preprocessor recursion reverse-engineering shell static-libraries structures-c syscall typedef variadic-function
Last synced: 16 Jul 2025
https://github.com/kassane/zig-gpa-ffi
Testing GPA in FFI
allocation allocator bindings cpp ffi ffi-bindings malloc-free memory-allocation memory-management rust rust-allocator-interface zig ziglang
Last synced: 11 Mar 2026
https://github.com/micahondiwa/cs50
Harvard CS50's Introduction to Computer Science
c cs50 cs50problems data-structures-and-algorithms malloc malloc-free malloc-functions malloc-library pointers-and-arrays
Last synced: 29 Oct 2025
https://github.com/azer0s/pogmalloc
A poggers malloc implementation
garbage-collection garbage-collector malloc-free memory memory-allocation memory-allocator
Last synced: 21 Aug 2025
https://github.com/micahondiwa/alx-low_level_programming
Low-level programming language with ALX and Holberton School
c data-structures malloc malloc-free malloc-library
Last synced: 18 Sep 2025
https://github.com/minasamirsaad/simple_shell
It is an imitation of the Unix shell built in the C language
access environments execve exit fflush fork getline infinite-loop isatty malloc-free perror shell strtok wait waitpid
Last synced: 02 Jul 2026
https://github.com/wenyuzhao/mallockit
A framework for malloc/free ♻️ experiments.
aarch64 hoard linux macos malloc malloc-free memory-allocation memory-management rust x86-64
Last synced: 06 May 2026
https://github.com/donomii/liststack
A linked list implemented as stack
arduino c embedded embedded-c linked-list linked-lists linkedlist malloc-free stack stacks
Last synced: 15 May 2026
https://github.com/micahondiwa/alx-pointers_arrays_c
Implementing pointers and arrays in C.
malloc malloc-free malloc-library pointer pointers-and-arrays pointers-and-references pointers-in-c sizeof
Last synced: 03 Apr 2025
https://github.com/micahondiwa/printf
Creating and implementing a custom printf function in C
c cli data-structures header-files malloc malloc-free printf
Last synced: 07 Aug 2025
https://github.com/micahondiwa/binary_trees
Implementing binary trees algorithm in C
algorithms algorithms-and-data-structures binary binary-search binary-search-tree data-structures insertion malloc-free search-algorithm traversal
Last synced: 22 Aug 2025
https://github.com/minasamirsaad/alx-low_level_programming
All steps and tasks that I used to learn C language with ALX
bit-manipulation c doubly-linked-list dynamic-libraries function-pointers malloc-free nested-loops pointer pointers-and-arrays recursion single-linked-list static-library
Last synced: 07 Jul 2025
https://github.com/anishsharma21/assembly-projects
This repository showcases assembly programming challenges and advanced memory management in MIPS, with supplemental work in x86 and ARMv8 architectures.
arm64 assembly malloc-free memory-allocation mips x86
Last synced: 24 Mar 2025
https://github.com/bigizic/alx-low_level_programming
Pointers, data types, nested loops, recursion, static libraries, argc & argv, malloc, more malloc, preprocessors, function pointers, variadic functions, single linked list, bit manipulation, file i/o, double linked lists, hash tables, make files, search algorithms
argc-argv calloc double-linked-list file-io hash-tables hashing linked-list makefiles makefiles-management malloc-free pointers pointers-and-arrays realloc single-linked-list-oprations static-libraries
Last synced: 01 Mar 2025
https://github.com/grachale/memory_manager
Implementation of simplified equivalents of functions malloc, free, ..., operators new and delete.
cpp malloc-free memory operating-system os
Last synced: 13 Jun 2026
https://github.com/teemperor/libmemintercept
Library for intercepting memory allocation functions (malloc, free, ...)
cpp free malloc malloc-free memory-allocation
Last synced: 05 Apr 2025
https://github.com/lvntky/memory_allocator
Artifacts of dynamic memory allocation such as malloc and free from scratch implementation.
c11 dynamic-memory-allocation malloc malloc-free memory memory-management memoryall
Last synced: 03 Apr 2025
https://github.com/chathura-rathnayake/alternative-to-malloc-and-free-in-c-language
This repository presents an alternative way of implementing malloc and free functions in the C language.
malloc malloc-free memory-allocation
Last synced: 17 Jun 2025
https://github.com/rcmgleite/rlmalloc
Simple malloc implementation using "first fit" algorithm
malloc-free memory-allocation study
Last synced: 11 Oct 2025
https://github.com/aben20807/os_hw4_memory_allocator
Operating Systems Homework 4. Run in Ubuntu14.04
best-fit c lib linked-list malloc-free sbrk
Last synced: 21 Aug 2025
https://github.com/kayoyin/malloclab
CSE205 Computer Architecture: Implementation of a dynamic storage allocator for C programs (92/100 performance)
allocator heap malloc malloc-free memory-allocation realloc
Last synced: 22 Dec 2025
https://github.com/gichbuoy/alx-low_level_programming
starting C programming
bitmanipulation c data-structures fileio functions linked-list malloc-free pointers structures variables
Last synced: 04 Apr 2025