calloc
Here are 42 public repositories matching this topic...
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
Override C global allocators to use Zig allocators in a Zig + C mixed project
-
Updated
Nov 12, 2025 - Zig
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.
-
Updated
Mar 4, 2026 - C
Store data in shared memory with memalloc
-
Updated
May 16, 2021 - PHP
An ultra simple single-threaded linear allocator
-
Updated
Sep 22, 2025 - Rust
SE-CSE | Semester 3 | MGM-CEN | Practical Lab Programs | Engineer's Plot
-
Updated
Mar 30, 2018 - C++
Use a stack allocated memory block as a heap with provided malloc family functions.
-
Updated
Mar 26, 2023 - C
A memory allocator based on the buddy system
-
Updated
Nov 2, 2021 - C
Dynamic Explicit Memory Allocation. Instead of using build-in malloc, calloc, realloc, and free, it has own those functions.
-
Updated
Aug 13, 2017 - C
A custom C library implementation recreating essential functions from the standard C library (libc). This foundational project involves coding functions like strlen, strcpy, memset, and more from scratch, providing deep understanding of memory management, string manipulation, and low-level programming concepts.
-
Updated
Sep 22, 2025 - C
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
-
Updated
May 10, 2023 - 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 calloc topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the calloc topic, visit your repo's landing page and select "manage topics."