allocations
There are 24 repositories under allocations topic.
tapwork/HeapInspector-for-iOS
Find memory issues & leaks in your iOS app without instruments
davidB/kubectl-view-allocations
kubectl plugin to list allocations (cpu, memory, gpu,... X utilization, requested, limit, allocatable,...)
microsoft/RoslynClrHeapAllocationAnalyzer
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.
DevShiftTeam/AppShift-MemoryPool
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)
sebastiencs/shared-arena
A thread-safe & efficient memory pool
chrishantha/sample-java-programs
Sample Java programs to demonstrate performance issues
mknyszek/goat
Go allocation trace utilities
jordanmontt/illimani-memory-profiler
A Memory Profiler for Pharo
LeandreBl/C-string
Implementation of dynamic strings in C
whentze/vecshard
Split Rust Vecs in O(1) time.
LeandreBl/C-linked-list
A simple implementation of linked lists in C
AlonLib/Operating-Systems
234123 - Operating Systems
enielsen3/Allocation
A command line tool for calculating changes to re-allocate a portfolio
GDGVIT/rainman
A lightweight flexible hierarchical memory manager for C++
gusenov/examples-xcode-instruments
:chart_with_upwards_trend: Примеры использования утилит профилирования Xcode Instruments.
zkud/fallible-alloc
Fallible rust stable std collections allocations
amikunov/Large-Object-Heap-Fix-For-.NET-String-Builder
This fix prevents .NET StringBuilder from Large Object Heap allocations, avoids heap fragmentation
hotamateurxxx/LineAdjustment
Test exercise.
jblanco89/MonteCarlo_Portfolio
Calculation of risk in a cryptocurrency portfolio by the Monte Carlo method
justincpresley/cpp-alloctrack
cpp-alloctrack: AllocTrack serves to be a light-weight memory allocation tracker library that is ideal for any debugging C++ code without a IDE.
albertms10/palmeres
A simple CLI to fairly allocate bookings
EP2nd/100_Days_of_Swift-Project_30-Instruments
The 30th project of "100 Days of Swift" tutorial course from Paul Hudson's "Hacking with Swift" website. Practice of monitoring app's performance and locating the misbehaviour's culprits, mainly by using Xcode's Instruments, and thus fixing them. Complete project, including solutions to the 1st and 3rd challenge (2nd challenge: Project 29 was OK).
macmade/buddy
Test implementation of the buddy physical memory allocator for the XEOS Operating System.
Nada-Nasser/Marketing-Budget-Allocation-Problem
This genetic algorithm gets the best budget allocation for each marketing channel, given the marketing budget, the set of marketing channels, the return-on-investment (ROI) of each channel, and a set of constraints.