NetBSD/tests/rump/kernspace
pooka e094e235ab add a vm allocator test which tests that:
* RUMP_MEMLIMIT works
* allocating memory with PR_NOWAIT will fail immediately if no memory
  is available and PR_WAITOK will wait for memory to be available
2010-06-14 21:06:09 +00:00
..
Makefile add a vm allocator test which tests that: 2010-06-14 21:06:09 +00:00
alloc.c add a vm allocator test which tests that: 2010-06-14 21:06:09 +00:00
busypage.c
kernspace.h add a vm allocator test which tests that: 2010-06-14 21:06:09 +00:00
thread.c
tsleep.c