Home
last modified time | relevance | path

Searched refs:get_max_fast (Results 1 – 4 of 4) sorted by relevance

/glibc-2.36/malloc/
Dmalloc.c1796 get_max_fast (void) in get_max_fast() function
2290 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()
/glibc-2.36/manual/
Dmemory.texi414 @c get_max_fast ok
450 @c get_max_fast dup ok
/glibc-2.36/ChangeLog.old/
DChangeLog.167868 (get_max_fast): New macro. Use this instead of directly accessing
DChangeLog.1937980 * malloc/malloc.c (get_max_fast): Reimplement as an inline