memory-allocation topic

List memory-allocation repositories

os-lab

71
Stars
38
Forks
Watchers

Codes pertaining to OS Lab for Course CO254 - Operating Systems Lab

OperatingSystemAlgorithms

27
Stars
8
Forks
Watchers

Algorithms built with Java for a better understanding of Operating System ✨

custom-malloc

56
Stars
5
Forks
Watchers

A custom malloc implementation in C explained

dynasoar

33
Stars
5
Forks
Watchers

CUDA Dynamic Memory Allocator for SOA Data Layout

qCUDA

106
Stars
35
Forks
Watchers

qCUDA: GPGPU Virtualization at a New API Remoting Method with Para-virtualization

buddy_alloc

126
Stars
10
Forks
Watchers

A single header buddy memory allocator for C & C++

smalloc

34
Stars
10
Forks
Watchers

SMalloc -- a *static* memory allocator.

heap_detective

129
Stars
11
Forks
Watchers

The simple way to detect heap memory pitfalls in C++ and C. Beta.

jvmsounds

32
Stars
3
Forks
Watchers

Play memory allocation rate and GC events as sine wave and percussion, respectively.

gotcha

39
Stars
2
Forks
Watchers

Gotcha 🎯 seamlessly patches go runtime to provide a convenient way to track amount of heap allocated bytes, objects, calls per goroutine.