HomeSort by relevance Sort by last modified time
    Searched full:minmem (Results 1 - 1 of 1) sorted by null

  /external/quake/quake/src/WinQuake/
sys_dos.cpp 63 static int minmem; variable
281 minmem = MINIMUM_WIN_MEMORY;
283 minmem = MINIMUM_WIN_MEMORY_LEVELPAK;
290 if (allocsize < (minmem + LOCKED_FOR_MALLOC))
291 allocsize = minmem + LOCKED_FOR_MALLOC;
295 allocsize = minmem + LOCKED_FOR_MALLOC;
308 for (j=allocsize ; j>(minmem + LOCKED_FOR_MALLOC) ;
322 info.size = minmem + LOCKED_FOR_MALLOC;

Completed in 134 milliseconds