fuzzykiller / memory-eater

Playing with VirtualAlloc to efficiently create memory pressure

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Memory Eater

Uses the VirtualAlloc and VirtualLock Windows functions to efficiently allocate a single large block of memory and lock it in physical memory.

May or may not be useful to create (physical) memory pressure.

About

Playing with VirtualAlloc to efficiently create memory pressure

License:MIT License


Languages

Language:C++ 72.0%Language:C 23.1%Language:CMake 4.9%