Searched refs:max_alloc_size (Results 1 – 2 of 2) sorted by relevance
71 static size_t max_alloc_size= INT_MAX; variable74 max_alloc_size = max; in av_max_alloc()81 if (size > max_alloc_size) in av_malloc()136 if (size > max_alloc_size) in av_realloc()483 if (min_size > max_alloc_size) { in av_fast_realloc()488 min_size = FFMIN(max_alloc_size, FFMAX(min_size + min_size / 16 + 32, min_size)); in av_fast_realloc()
905 …nst size_type s, const size_type = 32, const size_type m = 0) : chunk_size(s), max_alloc_size(m) {} in pool()943 return max_alloc_size; in get_max_size()947 max_alloc_size = s; in set_max_size()976 if(max_alloc_size && (n > max_alloc_size)) in ordered_malloc()1011 size_type chunk_size, max_alloc_size; member in boost::pool