realloc
Here are 44 public repositories matching this topic...
Memory Manager - Fast, Scalable and Easy to use
-
Updated
Nov 27, 2024 - 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
See my C code
-
Updated
Nov 19, 2024 - C
An Easy-to-use Framework for the C Language.
-
Updated
May 25, 2024 - 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
My own implementation of malloc and free
-
Updated
Nov 18, 2018 - C
This repository contains multiple programs written in C for Low-Level programming track @ ALX Africa.(Holberton School)
-
Updated
Jun 4, 2024 - 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
Learning System Programming
-
Updated
Jun 17, 2018 - C
Compact Info Table Allocator, a malloc implementation for analysis that provides detailed info about all the buffers
-
Updated
Oct 12, 2024 - C
A small C cross-platform library that is able to keep track of memory allocations spotting memory leaks and other allocation errors.
-
Updated
Jun 28, 2019 - 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."