malloc-free
There are 121 repositories under malloc-free topic.
embeddedartistry/libmemory
Embedded systems memory management library. Implementations for malloc(), free(), and other useful memory management functions
strlcat/smalloc
SMalloc -- a *static* memory allocator.
Aysuarex/alx-low_level_programming
Multiple Projects done in C programming language during the ALX-low_level_programming Track , cohort 5
johsteffens/tbman
Memory Manager - Fast, Scalable and Easy to use
Thermadiag/micromalloc
Low memory overhead allocator
besthor/alx-low_level_programming
This repository is a collection of projects written in the C programming language.Whether you're a beginner or an experienced programmer, this repository is a valuable resource for honing your C programming skills.
endurodave/C_Allocator
Fixed Block Memory Allocator in C
kisvegabor/misc
Embedded software modules: dynamic memory with defrag, Linked list, RAMFS, GFX, Primitive scheduler, FIFO etc.
f18m/boost-intrusive-pool
A C++ memory pool that is Boost-friendly and performance oriented (zero-malloc).
Miguel22247/holbertonschool-low_level_programming
First repository writing almost entirely in C
plasma-umass/memory-landscape
The space of memory management research and systems produced by the PLASMA lab (https://plasma-umass.org).
kuvarti/42MainWorks
A regular 42Cursus journey here!
TwoUnderscorez/DuckOS
Such OS; Very Duck!
Gzoref/holbertonschool-low_level_programming
C programming language projects
silverSapphire/Eigen-Malloc-Free-Pseudoinverse
This extended Eigen C++ template library and wrapper provide a malloc-free Moore-Penrose pseudoinverse solver.
sonugiri1043/Malloc-Free
A simple malloc and free implementation
misaelcudekmaceiras/LenguajeC
C ejemplos básicos.
nasrat-v/malloc
A personal implementation of glibc functions malloc(), free() and realloc()
RobertoBenjami/stm32_multiregion_heap_driver
Memory management (malloc, free) in discontinuous memory areas (the freertos heap_4 extended)
arnaudderison/ft_leaks
Memory leak detection tool for 42 students. Tracks allocations, helps identify leaks. Simple and educational.
ankitaggarwal011/snow-os
A 64-bit cooperative multi-tasking toy operating system in C
akcotes/simple-rlp
Simple (C and malloc-free) RLP (recursive length prefix) Serializer for Ethereum (and more)
samuelselasi/alx-low_level_programming
ALX Low Level Programming (C)
tallninja/shelly
Simple unix shell using C
Azer0s/pogmalloc
A poggers malloc implementation
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.
kam-stand/KH_MALLOC
A simple implementation of memory allocation. A work in progress
kassane/zig-gpa-ffi
Testing GPA in FFI
levontumanyan/Heap-Allocator
Writing my own memory/heap allocator in c
micahondiwa/alx-low_level_programming
Low-level programming language with ALX and Holberton School
micahondiwa/cs50
Harvard CS50's Introduction to Computer Science
MinaSamirSaad/simple_shell
It is an imitation of the Unix shell built in the C language
schambig/holbertonschool-low_level_programming
Foundations of programming with C, projects related to topics like pointers and arrays, malloc and its friends, structures, function pointers, variadic functions, bit manipulation, file I/O, etc.
Tonyopano/alx-low_level_programming
Most of the projects done with C programming language during ALX-low_level_programming Track , cohort 8