28 skills found
MaJerle / LwmemLightweight dynamic memory manager library for embedded systems with memory constraints. It implements malloc, calloc, realloc and free functions
danluu / Malloc TutorialA quick tutorial on how to implement malloc/free/calloc/realloc
zkwlx / HiMemHiMem 是知乎内部使用的针对 Android 系统开发的线上应用内存使用监控与分析套件,目前支持 mmap/munmap/malloc/calloc/realloc/free 等库函数的监控,同时提供高性能的 Java 层和 Native 层调用栈捕获能力。
mini-rose / MleakLibrary for catching memory leaks, double-frees along with invalid pointers to free() and realloc().
RAGUL1902 / Dynamic Memory Allocation In CReimplementing malloc(), calloc(), realloc(), free() in c from scratch using system calls
johsteffens / TbmanMemory Manager - Fast, Scalable and Easy to use
david-grs / Mtracesimple c++ hooks around malloc/realloc/free
jacobcreech / Realloc TutorialNo description available
nouraellm / MallocA custom implementation of the malloc..etc
edaywalid / Memallocimplementation of memory allocation functions in c (malloc , free , realloc , calloc) using unix syscalls
sebastiencs / MallocMalloc / Free / Realloc / Calloc implementation using a red-black tree
reallocate / ReallocateNo description available
nasrat-v / MallocA personal implementation of glibc functions malloc(), free() and realloc()
suzusuzu / Malloc RsImplementation of malloc, realloc, calloc, and free in Rust.
MadeByBalaji / C ExerciseSee my C code
ragibasif / WatchdogWatchdog is a minimal and thread safe C library for tracking memory allocations, reallocations, and frees to detect memory leaks, buffer overflows, and double frees.
zakarouf / Z An Easy-to-use Framework for the C Language.
s0sasaki / MemoryAllocatorSimple malloc, calloc, realloc, and free.
shellsong / ReallocObservable and Immutable State Manager Base On JSONPath For Javascript Applications
slp-rl / Budget ReallocThe official repo of the COLM 2024 paper: The Larger the Better? Improved LLM Code-Generation via Budget Reallocation