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

/macosx-10.5.8/xnu-1228.15.4/bsd/kern/
H A Dsysv_shm.c139 static int shm_last_free, shm_nused, shm_committed; variable
263 shm_committed -= btoc(size);
670 if ((user_ssize_t)(shm_committed + btoc(size)) > shminfo.shmall)
729 shm_committed += btoc(size);
914 shm_committed = 0;

Completed in 79 milliseconds