Searched refs:get_max_fast (Results 1 – 4 of 4) sorted by relevance
1796 get_max_fast (void) in get_max_fast() function2290 assert ((get_max_fast () & ~1) <= request2size (MAX_FAST_SIZE)); in do_check_malloc_state()2292 max_fast_bin = fastbin_index (get_max_fast ()); in do_check_malloc_state()3834 if ((unsigned long) (nb) <= (unsigned long) (get_max_fast ())) in _int_malloc()4489 if ((unsigned long)(size) <= (unsigned long)(get_max_fast ()) in _int_free()5417 LIBC_PROBE (memory_mallopt_mxfast, 2, value, get_max_fast ()); in do_set_mxfast()
414 @c get_max_fast ok450 @c get_max_fast dup ok
7868 (get_max_fast): New macro. Use this instead of directly accessing
37980 * malloc/malloc.c (get_max_fast): Reimplement as an inline