allocations topic

List allocations repositories

kubectl-view-allocations

621
Stars
39
Forks
Watchers

kubectl plugin to list allocations (cpu, memory, gpu,... X utilization, requested, limit, allocatable,...)

HeapInspector-for-iOS

1.9k
Stars
139
Forks
Watchers

Find memory issues & leaks in your iOS app without instruments

shared-arena

160
Stars
7
Forks
Watchers

A thread-safe & efficient memory pool

RoslynClrHeapAllocationAnalyzer

646
Stars
62
Forks
Watchers

Roslyn based C# heap allocation diagnostic analyzer that can detect explicit and many implicit allocations like boxing, display classes a.k.a closures, implicit delegate creations, etc.

sample-java-programs

66
Stars
597
Forks
Watchers

Sample Java programs to demonstrate performance issues

AppShift-MemoryPool

190
Stars
24
Forks
Watchers

A very fast cross-platform memory pool mechanism for C++ built using a data-oriented approach (3 to 24 times faster than regular new or delete, depending on operating system & compiler)