realloc
Here are 53 public repositories matching this topic...
Memory Manager - Fast, Scalable and Easy to use
-
Updated
Dec 21, 2023 - 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
An Easy-to-use Framework for the C Language.
-
Updated
May 25, 2024 - C
See my C code
-
Updated
Jul 30, 2024 - C
A cross-platform, very fast substitute for C++ std::vector with interface like std::ranges
-
Updated
Jun 28, 2024 - C++
An Objective-C wrapper around a c auto-growing pointer array.
-
Updated
Jun 27, 2017 - Objective-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
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."