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

/osnet-11/usr/src/lib/libldap4/common/
H A Dcache.c656 #define SIZE_FACTOR 2 / 3 macro
664 * the cache size to < SIZE_FACTOR * lc_maxmem. The algorithm is as follows:
669 * } while ( cache size is > SIZE_FACTOR * lc_maxmem )
679 || lc->lc_memused <= lc->lc_maxmem * SIZE_FACTOR ) {
684 while ( lc->lc_memused > lc->lc_maxmem * SIZE_FACTOR ) {

Completed in 16 milliseconds