Searched refs:is_zeroed_trail (Results 1 - 1 of 1) sorted by relevance

/freebsd-13-stable/contrib/jemalloc/src/
H A Dlarge.c146 * Copy zero into is_zeroed_trail and pass the copy when allocating the
148 * decisions below, even if is_zeroed_trail ends up true when zero is
151 bool is_zeroed_trail = zero; local
157 CACHELINE, false, SC_NSIZES, &is_zeroed_trail, &commit)) != NULL
160 CACHELINE, false, SC_NSIZES, &is_zeroed_trail, &commit)) != NULL) {
167 SC_NSIZES, &is_zeroed_trail, &commit)) == NULL) {
207 assert(is_zeroed_trail);

Completed in 179 milliseconds