realloc
Here are 47 public repositories matching this topic...
Reimplementing malloc(), calloc(), realloc(), free() in c from scratch using system calls
- Updated
Apr 28, 2023 - C
Memory Manager - Fast, Scalable and Easy to use
- Updated
Oct 22, 2025 - C
A personal implementation of glibc functions malloc(), free() and realloc()
- Updated
Mar 14, 2018 - C
An Easy-to-use Framework for the C Language.
- Updated
Oct 9, 2025 - C
See my C code
- Updated
Sep 15, 2025 - C
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 17, 2025 - C
Compact Info Table Allocator, a malloc implementation for analysis that provides detailed info about all the buffers
- Updated
Aug 30, 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
My own implementation of malloc and free
- Updated
Nov 18, 2018 - C
Learning System Programming
- Updated
Jun 17, 2018 - C
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
- Updated
Sep 13, 2023 - 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."