Back to search
This program is a controlled experiment to observe how a system behaves when memory is continuously allocated until exhaustion. It demonstrates the difference between graceful allocation failure (malloc() returning NULL) and forced termination by the operating system or sandbox (OOM killer).
Stars
1
Forks
0
Watchers
1
Open Issues
0
Overall repository health assessment
No package.json found
This might not be a Node.js project
5
commits
Update and rename main.cpp to memory_allocation_stress_test_using_malloc.c
5626bf1View on GitHubImplement memory allocation monitoring in main.cpp
663059aView on GitHub