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

/macosx-10.9.5/hfs-226.1.1/fsck_hfs/
H A Dcache.c152 const size_t max_size_t = ~0; /* Maximum value represented by size_t */ local
165 if (cacheSize > max_size_t ||
168 printf ("\tCache size should be greater than %uM and less than %luM\n", MinCacheSize/(1024*1024), max_size_t/(1024*1024));

Completed in 128 milliseconds