Searched refs:MAPSIZE (Results 1 - 2 of 2) sorted by relevance

/ast/src/lib/libast/port/
H A Dastcopy.c37 #define MAPSIZE (1024*256) macro
54 #ifdef MAPSIZE
66 #if MAPSIZE
71 if (mapsize > MAPSIZE) mapsize = (mapsize > n && n > 0) ? n : MAPSIZE;
/ast/src/cmd/tests/vmalloc/
H A Dtmmopen.c22 #define MAPSIZE (128*1024*1024) macro
46 if(!(shm = vmmopen(shmfile, 1, MAPSIZE)) )
58 if(!(map = vmmopen(mapfile, -1, MAPSIZE)) )
71 if(shm = vmmopen(shmfile, 1, MAPSIZE) )
79 if(map = vmmopen(mapfile, -1, MAPSIZE) )

Completed in 35 milliseconds