Searched refs:MIN_SEGMENT_SIZE (Results 1 – 1 of 1) sorted by relevance
123 #define MIN_SEGMENT_SIZE APR_UINT64_C(0x10000) macro1159 if (segment_count * MIN_SEGMENT_SIZE > total_size) in svn_cache__membuffer_cache_create()1160 segment_count = total_size / MIN_SEGMENT_SIZE; in svn_cache__membuffer_cache_create()