-
Notifications
You must be signed in to change notification settings - Fork 0
scode/alloctest
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
Repository files navigation
= Trivial allocation test = Allocates memory with malloc or mmap and fills in. Prompts for user entering enter in between allocation and filling. Weird use-cases include forcing the freebsd kernel to release otherwise cached data to make room for the ZFS ARC, and testing what counts towards resident set size. Tested on FreeBSD and Debian. == Usage == Build: make Run: ./alloctest malloc 100 ./alloctest mmap-write ./bigfile 100 ./alloctest mmap-read ./bigfile 100
About
Trivial malloc/mmap allocation test
Resources
Stars
Watchers
Forks
Releases
No releases published
Packages 0
No packages published