HomeSort by: relevance | last modified time | path
    Searched defs:thelimit (Results 1 - 2 of 2) sorted by relevancy

  /src/sys/rump/librump/rumpkern/
vm.c 1298 const unsigned long thelimit = local in function:rump_hypermalloc
1308 if (thelimit != RUMPMEM_UNLIMITED) {
1310 if (newmem > thelimit) {
vm.c 1298 const unsigned long thelimit = local in function:rump_hypermalloc
1308 if (thelimit != RUMPMEM_UNLIMITED) {
1310 if (newmem > thelimit) {

Completed in 70 milliseconds