Home
last modified time | relevance | path

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

/f-stack/freebsd/contrib/octeon-sdk/cvmx-malloc/
H A Dmalloc.c2179 mfastbinptr fastbins[NFASTBINS]; member
2540 p = av->fastbins[i]; in do_check_malloc_state()
2948 fb = &(av->fastbins[(fastbin_index(nb))]); in _int_malloc()
3322 fb = &(av->fastbins[fastbin_index(size)]); in _int_free()
3461 maxfb = &(av->fastbins[fastbin_index(av->max_fast)]);
3462 fb = &(av->fastbins[0]);
3910 for (p = av->fastbins[i]; p != 0; p = p->fd) { in mALLINFo()