commit 09cec762c1023b66638818ee897b891a38e40d62 Author: Matthew Dillon <dil...@apollo.backplane.com> Date: Thu May 19 10:43:29 2022 -0700
stress - Add t_memlock.c, t_memlockall.c * Add simple stress test for mlock()/mlockall(). Summary of changes: test/stress/Makefile | 9 ++++- test/stress/t_mlock.c | 86 ++++++++++++++++++++++++++++++++++++++++++++++++ test/stress/t_mlockall.c | 42 +++++++++++++++++++++++ 3 files changed, 136 insertions(+), 1 deletion(-) create mode 100644 test/stress/t_mlock.c create mode 100644 test/stress/t_mlockall.c http://gitweb.dragonflybsd.org/dragonfly.git/commitdiff/09cec762c1023b66638818ee897b891a38e40d62 -- DragonFly BSD source repository