allocation
Here are 30 public repositories matching this topic...
Tiny (ANSI) C library for pool allocation
-
Updated
Apr 15, 2025 - C
This project implements a simple custom memory allocator in C, demonstrating concepts of memory management such as block allocation, freeing memory, and handling fragmentation.
-
Updated
Jan 2, 2025 - C
Customisable, thread-safe C11 memory allocator based off the K&R "storage allocator"
-
Updated
Jul 5, 2024 - C
A dynamic string API to make string coding much easier in C similar to other modern languages
-
Updated
Jul 12, 2019 - C
Tiny Memory Manager
-
Updated
Nov 3, 2020 - C
Zero dynamic allocation JSON parser in C
-
Updated
May 8, 2024 - C
♻️ C memory pool library for my projects and studies 🚮
-
Updated
May 15, 2024 - C
I gained a deeper understanding of allocations, whether they happen on the stack memory or in the heap memory, and the use of many static variables.
-
Updated
Feb 26, 2020 - C
This library hooks malloc to provide leak information, allocation per function and also allows you to limit heap usage. You can also add custom traces and filters.
-
Updated
Jan 11, 2019 - C
Two files to add to your project that will print a summary of memory leaks at the end of execution.
-
Updated
Apr 28, 2021 - C
Custom memory allocator using segragated fit mechanism
-
Updated
Jul 21, 2024 - C
C implementation of a simple memory management and allocation system.
-
Updated
Oct 23, 2022 - C
Custom C library with essential functions for string, memory, and linked list operations.
-
Updated
Dec 14, 2024 - C
-
Updated
Jul 12, 2018 - C
In this course we will learn about the following fundamentals with exercises solved in the most fundamental language: Concept of data and Information; Structure of a program. Exercises; Types of data; Variables; Data Input and Output; Operators; Sequencing; Condition; Loops; Arrays; Pointers; Dynamic memory allocation; Functions.
-
Updated
Nov 17, 2021 - C
🧠 Memory Allocation System: Efficiently manage and allocate memory resources with precision and ease.
-
Updated
Aug 22, 2024 - C
Heap memory allocator for microcontrollers, and more (should work everywhere). Ultra fast and efficient, O(1) operations
-
Updated
Dec 10, 2022 - C
Improve this page
Add a description, image, and links to the allocation topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the allocation topic, visit your repo's landing page and select "manage topics."