realloc
There are 58 repositories under realloc topic.
MaJerle/lwmem
Lightweight dynamic memory manager library for embedded systems with memory constraints. It implements malloc, calloc, realloc and free functions
RAGUL1902/Dynamic-Memory-Allocation-in-C
Reimplementing malloc(), calloc(), realloc(), free() in c from scratch using system calls
johsteffens/tbman
Memory Manager - Fast, Scalable and Easy to use
nouraellm/malloc
A custom implementation of the malloc, free, and realloc functions in C, mimicking the behavior of the standard C library allocator, built using low-level system calls and zone-based memory management.
nasrat-v/malloc
A personal implementation of glibc functions malloc(), free() and realloc()
zakarouf/z_
An Easy-to-use Framework for the C Language.
MadeByBalaji/C-Exercise
See my C code
misaelcudekmaceiras/LenguajeC
C ejemplos básicos.
ragibasif/watchdog
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.
mgnsk/evcache
Package evcache implements a concurrent key-value cache with capacity overflow eviction, item expiry and deduplication.
0x050f/malloc
42 project: rewriting libc malloc, free, realloc
Coldwave96/LibcOffset
main_arena_offset查询工具
Valen-H/Spymem
An allocation/deallocation spying tool for C lang.
Dzamir/DZAUnsafeMutableArray
An Objective-C wrapper around a c auto-growing pointer array.
giovanni-iannaccone/memory-allocator
Cross platform memory allocator 💿
OleErikPeistorpet/OE-Lib
A cross-platform, very fast substitute for C++ std::vector with interface like std::ranges
Photosounder/CITAlloc
Compact Info Table Allocator, a malloc implementation for analysis that provides detailed info about all the buffers
anvouk/CMonitor
A small C cross-platform library that is able to keep track of memory allocations spotting memory leaks and other allocation errors.
Autosuffisant/PSU-Malloc-2021
EPITECH's second year first PSU project
bernardassan/czalloc
Override C global allocators to use Zig allocators in a Zig + C mixed project
Bigizic/alx-low_level_programming
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
ComprosoftCEO/MyMalloc
My own implementation of malloc and free
dayvidwhy/get-input
📁 Allocate information to memory from a file using C.
dosart/Implementing-libc
Implementation libc for education (just for fun)
DreamtWorld/cmem-wasm
Single-page C memory management in WebAssembly
erwan-simon/malloc
reimplementation of malloc, free and realloc function in C
IAKOBVS/jstring
C String Library
julianw1010/julmalloc
malloc() library, written from scratch
kalpak92/System-Programming
Learning System Programming
mirzarad/Synchronization-Free-Dynamic-Memory-Allocator
🐏 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.
omkar98/SEMESTER-3
SE-CSE | Semester 3 | MGM-CEN | Practical Lab Programs | Engineer's Plot
RichardMiruka/alx-low_level_programming
This repository contains multiple programs written in C for Low-Level programming track @ ALX Africa.(Holberton School)
vanerac/malloc
recreated malloc, calloc, realloc, reallocarray & free function in c
dane-meister/SFMM-Memory-Allocator
A detailed memory allocator w/ functions re-implementing malloc et al. to access and manipulate storage in the heap using C.
RafaelGome2/Aula3
Aula3, estruturas de dados em linguagem C. (Data Structures in C language.)
Astrodynamic/Memory-Allocate-in-CPP
This project is a C++ memory management library that includes implementations of malloc, calloc, realloc, and free functions. Its goal is to provide functionality for allocating and freeing memory for other programs. The library is built using CMake and requires C++17. To use the library, include the header file memory.h