10 lines
221 B
Markdown
10 lines
221 B
Markdown
# C Memory stresser
|
|
This is a simple program that allocates memory in a loop until the system runs out of memory. It is useful for testing how your system behaves under memory pressure.
|
|
|
|
## Usage
|
|
```bash
|
|
make
|
|
./main
|
|
```
|
|
|