Topic: "realloc"
MaJerle/lwmem
Lightweight dynamic memory manager library for embedded systems with memory constraints. It implements malloc, calloc, realloc and free functions
Language: C - Size: 2.53 MB - Last synced at: about 2 months ago - Pushed at: about 2 months ago - Stars: 417 - Forks: 80
johsteffens/tbman
Memory Manager - Fast, Scalable and Easy to use
Language: C - Size: 312 KB - Last synced at: 2 months ago - Pushed at: 2 months ago - Stars: 32 - Forks: 11
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.
Language: C - Size: 1.24 MB - Last synced at: 3 months ago - Pushed at: 4 months ago - Stars: 15 - Forks: 0
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.
Language: C - Size: 2.67 MB - Last synced at: 2 days ago - Pushed at: 4 days ago - Stars: 9 - Forks: 2
zakarouf/z_
An Easy-to-use Framework for the C Language.
Language: C - Size: 17.3 MB - Last synced at: 3 months ago - Pushed at: 3 months ago - Stars: 9 - Forks: 0
misaelcudekmaceiras/LenguajeC
C ejemplos básicos.
Language: C - Size: 1.23 MB - Last synced at: over 1 year ago - Pushed at: over 1 year ago - Stars: 9 - Forks: 2
nasrat-v/malloc
A personal implementation of glibc functions malloc(), free() and realloc()
Language: C - Size: 20.5 KB - Last synced at: 2 months ago - Pushed at: almost 8 years ago - Stars: 9 - Forks: 2
MadeByBalaji/C-Exercise
See my C code
Language: C - Size: 6.18 MB - Last synced at: 7 months ago - Pushed at: about 1 year ago - Stars: 8 - Forks: 2
ragibasif/xdbg 📦
Memory debugger library for C projects.
Language: C - Size: 184 KB - Last synced at: 6 months ago - Pushed at: 6 months ago - Stars: 6 - Forks: 0
mgnsk/evcache
Package evcache implements a concurrent key-value cache with capacity overflow eviction, item expiry and deduplication.
Language: Go - Size: 450 KB - Last synced at: about 2 months ago - Pushed at: about 2 months ago - Stars: 5 - Forks: 1
Coldwave96/LibcOffset
main_arena_offset查询工具
Language: Python - Size: 3.21 MB - Last synced at: almost 3 years ago - Pushed at: about 5 years ago - Stars: 3 - Forks: 2
Valen-H/Spymem
An allocation/deallocation spying tool for C lang.
Language: C - Size: 133 KB - Last synced at: about 2 months ago - Pushed at: about 7 years ago - Stars: 3 - Forks: 0
Photosounder/CITAlloc
Compact Info Table Allocator, a malloc implementation for analysis that provides detailed info about all the buffers
Language: C - Size: 4.17 MB - Last synced at: about 1 month ago - Pushed at: about 1 month ago - Stars: 2 - Forks: 0
OleErikPeistorpet/OE-Lib
A cross-platform, very fast substitute for C++ std::vector with interface like std::ranges
Language: C++ - Size: 1.66 MB - Last synced at: 8 months ago - Pushed at: 8 months ago - Stars: 2 - Forks: 0
giovanni-iannaccone/memory-allocator
Cross platform memory allocator 💿
Language: C++ - Size: 34.2 KB - Last synced at: about 2 months ago - Pushed at: 12 months ago - Stars: 2 - Forks: 0
Dzamir/DZAUnsafeMutableArray
An Objective-C wrapper around a c auto-growing pointer array.
Language: Objective-C - Size: 419 KB - Last synced at: 12 days ago - Pushed at: over 8 years ago - Stars: 2 - Forks: 0
IAKOBVS/jstring
C String Library
Language: C - Size: 4.82 MB - Last synced at: 10 days ago - Pushed at: 10 days ago - Stars: 1 - Forks: 0
julianw1010/julmalloc
malloc() library, written from scratch
Language: C - Size: 188 KB - Last synced at: 5 months ago - Pushed at: 5 months ago - Stars: 1 - Forks: 0
DreamtWorld/cmem-wasm
Single-page C memory management in WebAssembly
Language: WebAssembly - Size: 25.4 KB - Last synced at: about 1 year ago - Pushed at: about 1 year ago - Stars: 1 - Forks: 0
RichardMiruka/alx-low_level_programming
This repository contains multiple programs written in C for Low-Level programming track @ ALX Africa.(Holberton School)
Language: C - Size: 2.33 MB - Last synced at: 9 months ago - Pushed at: over 1 year ago - Stars: 1 - Forks: 1
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
Language: C - Size: 484 KB - Last synced at: 7 months ago - Pushed at: over 2 years ago - Stars: 1 - Forks: 0
notsojay/53malloc
Language: C - Size: 76.2 KB - Last synced at: over 2 years ago - Pushed at: over 2 years ago - Stars: 1 - Forks: 0
RAGUL1902/Dynamic-Memory-Allocation-in-C
Reimplementing malloc(), calloc(), realloc(), free() in c from scratch using system calls
Language: C - Size: 17.6 KB - Last synced at: over 2 years ago - Pushed at: over 2 years ago - Stars: 1 - Forks: 0
0x050f/malloc
42 project: rewriting libc malloc, free, realloc
Language: C - Size: 62.5 KB - Last synced at: almost 3 years ago - Pushed at: about 4 years ago - Stars: 1 - Forks: 0
vanerac/malloc
recreated malloc, calloc, realloc, reallocarray & free function in c
Language: C - Size: 15.6 KB - Last synced at: almost 2 years ago - Pushed at: about 4 years ago - Stars: 1 - Forks: 0
dayvidwhy/get-input
📁 Allocate information to memory from a file using C.
Language: C - Size: 3.91 KB - Last synced at: over 1 year ago - Pushed at: over 4 years ago - Stars: 1 - Forks: 0
Autosuffisant/PSU-Malloc-2021
EPITECH's second year first PSU project
Language: C - Size: 18.6 KB - Last synced at: over 1 year ago - Pushed at: over 4 years ago - Stars: 1 - Forks: 0
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.
Language: C - Size: 40 KB - Last synced at: about 1 year ago - Pushed at: about 6 years ago - Stars: 1 - Forks: 1
anvouk/CMonitor 📦
A small C cross-platform library that is able to keep track of memory allocations spotting memory leaks and other allocation errors.
Language: C - Size: 33.2 KB - Last synced at: over 2 years ago - Pushed at: over 6 years ago - Stars: 1 - Forks: 0
erwan-simon/malloc
reimplementation of malloc, free and realloc function in C
Language: C - Size: 3.91 KB - Last synced at: 6 months ago - Pushed at: almost 7 years ago - Stars: 1 - Forks: 0
ComprosoftCEO/MyMalloc
My own implementation of malloc and free
Language: C - Size: 43.9 KB - Last synced at: almost 3 years ago - Pushed at: about 7 years ago - Stars: 1 - Forks: 0
omkar98/SEMESTER-3
SE-CSE | Semester 3 | MGM-CEN | Practical Lab Programs | Engineer's Plot
Language: C++ - Size: 1.13 MB - Last synced at: almost 3 years ago - Pushed at: over 7 years ago - Stars: 1 - Forks: 0
felixnagele/malloc-from-scratch
A userspace libc heap allocator implementing malloc, calloc, realloc and free in C++ using sbrk
Language: C++ - Size: 40 KB - Last synced at: 5 days ago - Pushed at: 7 days ago - Stars: 0 - Forks: 0
Raffian-moin/Memory-allocator-in-c
Memory allocator in C
Language: C - Size: 2.93 KB - Last synced at: 15 days ago - Pushed at: 16 days ago - Stars: 0 - Forks: 0
bernardassan/czalloc
Override C global allocators to use Zig allocators in a Zig + C mixed project
Language: Zig - Size: 21.5 KB - Last synced at: 6 months ago - Pushed at: 7 months ago - Stars: 0 - Forks: 0
berksudan/C-Memory-Allocations-From-Scratch
Implementation of C standard library memory-related functions: malloc(), calloc(), realloc(), free() from scratch.
Language: C - Size: 6.26 MB - Last synced at: 11 months ago - Pushed at: 11 months ago - Stars: 0 - Forks: 0
Novpa/Shopping-List-App
Shopping List App using C language that prevents you not to lost a lot of money in the Walmart :v
Language: C - Size: 28.3 KB - Last synced at: over 1 year ago - Pushed at: over 1 year ago - Stars: 0 - Forks: 0
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.
Language: C - Size: 16.6 KB - Last synced at: 9 months ago - Pushed at: over 1 year ago - Stars: 0 - Forks: 0
IAKOBVS/jarray
Resizeable arrays in C
Language: C++ - Size: 17.3 MB - Last synced at: about 2 years ago - Pushed at: about 2 years ago - Stars: 0 - Forks: 0
dosart/Memory_allocators
Implementation of memory allocators in the C style
Language: C - Size: 28.3 KB - Last synced at: over 2 years ago - Pushed at: over 2 years ago - Stars: 0 - Forks: 0
pooja210603/Dynamic_memory_allocation
This C program demonstrates the use of dynamic memory allocation in C using the malloc() and realloc() functions.
Language: C - Size: 1.95 KB - Last synced at: over 2 years ago - Pushed at: over 2 years ago - Stars: 0 - Forks: 0
YakshaLang/stmmr
Use a stack allocated memory block as a heap with provided malloc family functions.
Language: C - Size: 43.9 KB - Last synced at: 7 months ago - Pushed at: almost 3 years ago - Stars: 0 - Forks: 0
dosart/Implementing-libc
Implementation libc for education (just for fun)
Language: C - Size: 311 KB - Last synced at: over 2 years ago - Pushed at: about 3 years ago - Stars: 0 - Forks: 0
TonyInc22/Memory-Allocation-Project
This project was a memory allocation assignment I was tasked with in my operating systems class, I had two partners to collaborate with.
Language: C - Size: 3.4 MB - Last synced at: about 2 years ago - Pushed at: about 3 years ago - Stars: 0 - Forks: 0
UselessNinja/malloc
Second year project at {EPITECH}. Introduction to sbrk, brk and how the malloc familly of function works.
Language: C - Size: 8.79 KB - Last synced at: almost 3 years ago - Pushed at: about 4 years ago - Stars: 0 - Forks: 1
fedefloris/Malloc
A memory allocator based on the buddy system
Language: C - Size: 52.3 MB - Last synced at: over 1 year ago - Pushed at: about 4 years ago - Stars: 0 - Forks: 0
IsabelleNFerreira/Registro-de-Salarios-Realloc
Programa na linguagem C utilizando realloc para registrar salários de funcionários e retornar o maior, o menor e a média entre eles.
Language: C - Size: 5.86 KB - Last synced at: over 1 year ago - Pushed at: over 4 years ago - Stars: 0 - Forks: 0
TinyRogue/Lucid-MemoryAllocator
Simple implementation of malloc, calloc and realloc.
Language: C - Size: 48.8 KB - Last synced at: over 2 years ago - Pushed at: almost 5 years ago - Stars: 0 - Forks: 0
oriyalperin/C_ex4
Trie Tree
Language: C - Size: 6.84 KB - Last synced at: over 2 years ago - Pushed at: almost 5 years ago - Stars: 0 - Forks: 0
Rob-Reutiman/heap_manager
OS Project 4
Language: C - Size: 20.5 KB - Last synced at: almost 3 years ago - Pushed at: over 5 years ago - Stars: 0 - Forks: 0
natashasaki/HeapAllocator
Implementation of Heap Allocator from scratch
Language: C - Size: 81.1 KB - Last synced at: 11 months ago - Pushed at: over 5 years ago - Stars: 0 - Forks: 0
lpieri/ft_malloc
Project of 42 where we recode malloc, free, calloc, realloc.
Language: C - Size: 56.6 KB - Last synced at: almost 3 years ago - Pushed at: over 5 years ago - Stars: 0 - Forks: 0
ViktoryiaStrylets/Dynamic-Memory-Allocator
A dynamic memory allocator for an x86-64 architecture.
Language: C - Size: 35.2 KB - Last synced at: almost 3 years ago - Pushed at: over 5 years ago - Stars: 0 - Forks: 0
maxencejded/malloc
A rather UNIX project - 42 Silicon Valley
Language: C - Size: 1.43 MB - Last synced at: almost 3 years ago - Pushed at: about 6 years ago - Stars: 0 - Forks: 0
Medno/malloc
Dynamic allocation function
Language: C - Size: 107 KB - Last synced at: over 2 years ago - Pushed at: over 6 years ago - Stars: 0 - Forks: 0
kayoyin/malloclab
CSE205 Computer Architecture: Implementation of a dynamic storage allocator for C programs (92/100 performance)
Language: C - Size: 355 KB - Last synced at: 7 months ago - Pushed at: over 6 years ago - Stars: 0 - Forks: 1
coderarjob/secretsanta
Program uses cyclic diagraph to randomly allot secret santa to names given in input.
Language: C - Size: 3.91 KB - Last synced at: 4 months ago - Pushed at: almost 7 years ago - Stars: 0 - Forks: 0
kalpak92/System-Programming
Learning System Programming
Language: C - Size: 7.18 MB - Last synced at: almost 3 years ago - Pushed at: over 7 years ago - Stars: 0 - Forks: 0
GlThibault/malloc
42 | Recode Malloc / Free / Realloc in C
Language: C - Size: 19.5 KB - Last synced at: almost 3 years ago - Pushed at: about 8 years ago - Stars: 0 - Forks: 0
dan-choe/DynamicExplicitMemoryAllocator
Dynamic Explicit Memory Allocation. Instead of using build-in malloc, calloc, realloc, and free, it has own those functions.
Language: C - Size: 729 KB - Last synced at: almost 3 years ago - Pushed at: over 8 years ago - Stars: 0 - Forks: 0