realloc
Here are 60 public repositories matching this topic...
Memory Manager - Fast, Scalable and Easy to use
-
Updated
Oct 22, 2025 - C
Reimplementing malloc(), calloc(), realloc(), free() in c from scratch using system calls
-
Updated
Apr 28, 2023 - C
A personal implementation of glibc functions malloc(), free() and realloc()
-
Updated
Mar 14, 2018 - C
Override C global allocators to use Zig allocators in a Zig + C mixed project
-
Updated
Nov 12, 2025 - Zig
Watchdog is a minimal and thread safe C library for tracking memory allocations, reallocations, and frees to detect memory leaks, buffer overflows, and double frees.
-
Updated
Nov 18, 2025 - C
See my C code
-
Updated
Sep 15, 2025 - C
🐏 A dynamic memory allocator for an x86-64 architecture to replace the built-in malloc, free, and realloc functions provided by glibc. Features include using segregated free lists to implement a first-best fit block placement policy and an immediate coalescing policy for reducing external fragmentation.
-
Updated
Dec 26, 2019 - C
This repository contains multiple programs written in C for Low-Level programming track @ ALX Africa.(Holberton School)
-
Updated
Jun 4, 2024 - C
CSE205 Computer Architecture: Implementation of a dynamic storage allocator for C programs (92/100 performance)
-
Updated
May 15, 2019 - C
Second year project at {EPITECH}. Introduction to sbrk, brk and how the malloc familly of function works.
-
Updated
Nov 9, 2021 - C
A memory allocator based on the buddy system
-
Updated
Nov 2, 2021 - C
Project of 42 where we recode malloc, free, calloc, realloc.
-
Updated
Apr 16, 2020 - C
Program uses cyclic diagraph to randomly allot secret santa to names given in input.
-
Updated
Dec 29, 2018 - C
Improve this page
Add a description, image, and links to the realloc topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the realloc topic, visit your repo's landing page and select "manage topics."