Home
last modified time | relevance | path

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

/f-stack/freebsd/contrib/octeon-sdk/cvmx-malloc/
H A Dmalloc.c2130 #define have_fastchunks(M) (((M)->max_fast & FASTCHUNKS_BIT) == 0) macro
2557 assert(have_fastchunks(av)); in do_check_malloc_state()
2558 else if (!have_fastchunks(av)) in do_check_malloc_state()
2998 if (have_fastchunks(av)) in _int_malloc()
3266 else if (have_fastchunks(av)) { in _int_malloc()
3400 if (have_fastchunks(av)) in _int_free()