heap-memory

There are 21 repositories under heap-memory topic.

  • hyj1991/v8-analytics

    v8 engine's cpu & heap-memory analytics

    Language:JavaScript1875615
  • DhavalKapil/libdheap

    A shared (dynamic) library that can be transparently injected into different processes to detect memory corruption in glibc heap

    Language:C16611329
  • kamon-io/kamon-system-metrics

    Kamon System Metrics

    Language:Scala2271522
  • silverSapphire/Eigen-Malloc-Free-Pseudoinverse

    This extended Eigen C++ template library and wrapper provide a malloc-free Moore-Penrose pseudoinverse solver.

    Language:C++12202
  • pragmaticslaboratory/deloreanjs

    DeloreanJS is a proof-of-concept back-in-time debugger for JavaScript.

    Language:JavaScript5302
  • heap-sim

    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.

    Language:C++3100
  • elmomoilanen/Halloc

    Heap memory allocator

    Language:C2000
  • 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#.

    Language:C++210
  • ComprosoftCEO/MyMalloc

    My own implementation of malloc and free

    Language:C110
  • 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.

    Language:Java1100
  • KabalMcBlade/Eos

    Eos is a memory manager which allow you to better control the flow of your program and avoid any allocation at runtime

    Language:C++1110
  • lance-lh/learning-c-plusplus

    Interpretation of c++

    Language:C++1101
  • 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.

    Language:C1100
  • 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

    Language:Makefile1200
  • Dheovani/HAlloc

    Heap memory allocator in c

    Language:C0100
  • 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.

    Language:C0100
  • 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++

    Language:C++11
  • exbotanical/gccgc

    an experimental, depth-search-first memory leak detector and garbage collector for the C programming language

    Language:C10
  • howsmyanimeprofilepicture/stack-heap

    Illustrated Stack and Heap Memory (Jenny Chen & Ruohao Guo, UIUC CS225)

    Language:HTML10
  • pablo-tech/HeapAllocator

    Enhancements on Bryant and O'Hallaron's Computer Systems

    Language:C20