calloc
Here are 31 public repositories matching this topic...
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
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
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].
-
Updated
Jan 29, 2024 - C
A well-structured C programming repository covering fundamentals, arrays, strings, recursion, file handling, memory management, patterns, sorting algorithms, and time complexity through hands-on practice programs.
-
Updated
Jan 3, 2026 - C
My own implementation of malloc and free
-
Updated
Nov 18, 2018 - C
A guarded calloc/free to be used primarily by other drivers that handle FMI2 standard compliant libraries.
-
Updated
Feb 16, 2019 - C
Implementation of C standard library memory-related functions: malloc(), calloc(), realloc(), free() from scratch.
-
Updated
Feb 4, 2025 - C
A small C cross-platform library that is able to keep track of memory allocations spotting memory leaks and other allocation errors.
-
Updated
Jun 28, 2019 - 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."