Home
last modified time | relevance | path

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

/f-stack/freebsd/contrib/octeon-sdk/cvmx-malloc/
H A Dmalloc.c2048 #define initial_top(M) (unsorted_chunks(M)) macro
2263 av->top = initial_top(av);
2346 if (contiguous(av) && av->top != initial_top(av)) {
2528 if (av->top == 0 || av->top == initial_top(av)) in do_check_malloc_state()