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

/macosx-10.9.5/BootCache-106/
H A Dkext.c479 #define BC_MAX_SIZE (max_mem / 2) macro
3979 if (BC_cache->c_cachesize > BC_MAX_SIZE) {
3981 (unsigned long)BC_cache->c_cachesize, max_mem, BC_MAX_SIZE);
3982 BC_cache->c_cachesize = BC_MAX_SIZE;
4624 if (!tag && (BC_cache->c_history_size + length) > BC_MAX_SIZE) {
4625 debug("History recording too large, capping at %lluMB", BC_MAX_SIZE / (1024 * 1024));

Completed in 124 milliseconds