History log of /netbsd-src/tests/rump/kernspace/alloc.c (Results 1 – 1 of 1)
Revision Date Author Comments
# e094e235 14-Jun-2010 pooka <pooka@NetBSD.org>

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