heap-memory
There are 21 repositories under heap-memory topic.
hyj1991/v8-analytics
v8 engine's cpu & heap-memory analytics
DhavalKapil/libdheap
A shared (dynamic) library that can be transparently injected into different processes to detect memory corruption in glibc heap
kamon-io/kamon-system-metrics
Kamon System Metrics
silverSapphire/Eigen-Malloc-Free-Pseudoinverse
This extended Eigen C++ template library and wrapper provide a malloc-free Moore-Penrose pseudoinverse solver.
pragmaticslaboratory/deloreanjs
DeloreanJS is a proof-of-concept back-in-time debugger for JavaScript.
J-Obog/heap-sim
C++ program aimed to provide a high-level view of what's going on under the hood when you do pointer operations.
elmomoilanen/Halloc
Heap memory allocator
H3AR7B3A7/BackToTheRoots
Console application containing basic exercises made while reading C++ For Dummies. Familiarizing myself with concepts of the language that inspired both Java and C#.
ComprosoftCEO/MyMalloc
My own implementation of malloc and free
ibisbra91/MyYogaClasses_JavaSE-OOP
Practicing uses of: Abstraction, Encapsulation, Polymorphism and Inheritance. Interfaces, Inheritance between Interfaces. UML analysis and design. 3 layer architecture. Wrapper classes. Java classes: OBJECT, Scanner, Map, SimpleDateFormat, TreeMap, ArrayList and much more. This was an interesting project.
KabalMcBlade/Eos
Eos is a memory manager which allow you to better control the flow of your program and avoid any allocation at runtime
lance-lh/learning-c-plusplus
Interpretation of c++
mhjony/get_next_line
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.
sid230798/Basic_Modules_Operating_Systems
This Repo contains basic modules like Use of Kernel level Libraries, Random Number generation, Heap Memory Module implementation via best-fit,first-fit,Buddy Systems,Virtual Memory Mechanisms FIFO,LFU,MFU, Process deadlock Mechanism Detection
Dheovani/HAlloc
Heap memory allocator in c
TonyInc22/Memory-Allocation-Project
This project was a memory allocation assignment I was tasked with in my operating systems class, I had two partners to collaborate with.
ANSANJAY/HeapMemoryManagement
A comprehensive guide to Heap Memory Management! Dive into various concepts like memory allocation (malloc), block merging/splitting, and solving fragmentation issues in heap memory using system calls like brk & sbrk. Explore, Learn, & Contribute!
devinenoise/cpp-data-structures
Data Structures for C and C++
exbotanical/gccgc
an experimental, depth-search-first memory leak detector and garbage collector for the C programming language
howsmyanimeprofilepicture/stack-heap
Illustrated Stack and Heap Memory (Jenny Chen & Ruohao Guo, UIUC CS225)
pablo-tech/HeapAllocator
Enhancements on Bryant and O'Hallaron's Computer Systems