| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
Lightweight dynamic memory manager library for embedded systems with memory constraints. It implements malloc, calloc, realloc and free functions
Reimplementing malloc(), calloc(), realloc(), free() in c from scratch using system calls
Memory Manager - Fast, Scalable and Easy to use
C ejemplos básicos.
A personal implementation of glibc functions malloc(), free() and realloc()
An Easy-to-use Framework for the C Language.
See my C code
Package evcache implements a concurrent key-value cache with capacity overflow eviction, item expiry and deduplication.
An allocation/deallocation spying tool for C lang.
Cross platform memory allocator 💿
A cross-platform, very fast substitute for C++ std::vector with interface like std::ranges
A C-based student management system that allows adding, modifying, deleting, searching, and listing students. The system also manages grades for multiple subjects, calculates averages, and supports saving and loading data using text and binary files.
Compact Info Table Allocator, a malloc implementation for analysis that provides detailed info about all the buffers
An Objective-C wrapper around a c auto-growing pointer array.
A C string library
🐏 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.
Add a description, image, and links to the realloc topic page so that developers can more easily learn about it.
To associate your repository with the realloc topic, visit your repo's landing page and select "manage topics."
| Back | FazBrowse Home | New Git URL |