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

/macosx-10.10/xnu-2782.1.97/bsd/kern/
H A Dsysv_shm.c139 static int shm_last_free, shm_nused, shm_committed; variable
275 shm_committed -= btoc(size);
728 if ((user_ssize_t)(shm_committed + btoc(total_size)) > shminfo.shmall)
798 shm_committed += btoc(size);
1014 shm_committed = 0;

Completed in 116 milliseconds