calloc
There are 34 repositories under calloc 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
nasrat-v/malloc
A personal implementation of glibc functions malloc(), free() and realloc()
zakarouf/z_
An Easy-to-use Framework for the C Language.
Nihlus/zalloc
zalloc is a safety- and security-oriented wrapper around malloc.
Valen-H/Spymem
An allocation/deallocation spying tool for C lang.
Anku9053/C_Programming-Questions
Welcome to the [C Programming Language] Mastery repository! Elevate your coding skills with hands-on examples and engaging problem-solving exercises. Whether you're a coding novice or a seasoned developer, this repository is your gateway to mastering [C Programming Language].
cristiarg/fmi2AllocGuard
A guarded calloc/free to be used primarily by other drivers that handle FMI2 standard compliant libraries.
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
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
DreamtWorld/cmem-wasm
Single-page C memory management in WebAssembly
guilmira/2021-libftSubmodule
This project aims to code a C library regrouping usual functions.
omkar98/SEMESTER-3
SE-CSE | Semester 3 | MGM-CEN | Practical Lab Programs | Engineer's Plot
vanerac/malloc
recreated malloc, calloc, realloc, reallocarray & free function in c
Abhishek-Singh296/Dyanamic-Memory
š§ Memory : my dynamic address is Puneš”
dan-choe/DynamicExplicitMemoryAllocator
Dynamic Explicit Memory Allocation. Instead of using build-in malloc, calloc, realloc, and free, it has own those functions.
fedefloris/Malloc
A memory allocator based on the buddy system
Medno/malloc
Dynamic allocation function
P4ST4S/malloc_89
My own implementation of malloc() function of C standard library. It's an 89's project.
pooja210603/Dynamic_memory_allocation
This C program demonstrates the use of dynamic memory allocation in C using the malloc() and realloc() functions.
RafaelGome2/Aula3
Aula3, estruturas de dados em linguagem C. (Data Structures in C language.)
Rob-Reutiman/heap_manager
OS Project 4
SkyEmie/php-memalloc
Store data in shared memory with memalloc
TinyRogue/Lucid-MemoryAllocator
Simple implementation of malloc, calloc and realloc.
YakshaLang/stmmr
Use a stack allocated memory block as a heap with provided malloc family functions.
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
berksudan/C-Memory-Allocations-From-Scratch
Implementation of C standard library memory-related functions: malloc(), calloc(), realloc(), free() from scratch.
dosart/Memory_allocators
Implementation of memory allocators in the C style
madsmtm/linear-malloc
An ultra simple single-threaded linear allocator
maxgfr/c-management-students
A program in C who let an admin to manage student
pot-pourri/memory
:floppy_disk: Memory management for JavaScript
schadal1/Dynamic-Memory-Allocation-in-C
Implemented efficient Custom Malloc, Calloc and Realloc implementations using BST data structure