Lines Matching refs:UNLIKELY
748 # define UNLIKELY(value) __builtin_expect((value), 0)
751 # define UNLIKELY(value) (value)
1792 if (UNLIKELY(pool->nextoffset <= pool->maxnextoffset)) {
1817 if (UNLIKELY(usable_arenas == NULL)) {
1856 if (UNLIKELY(usable_arenas->nfreepools == 0)) {
1951 if (UNLIKELY(running_on_valgrind == -1)) {
1954 if (UNLIKELY(running_on_valgrind)) {
1959 if (UNLIKELY(nbytes == 0)) {
1962 if (UNLIKELY(nbytes > SMALL_REQUEST_THRESHOLD)) {
1979 if (UNLIKELY((pool->freeblock = *(block **)bp) == NULL)) {
2223 if (UNLIKELY(running_on_valgrind > 0)) {
2229 if (UNLIKELY(!address_in_range(p, pool))) {
2246 if (UNLIKELY(lastfree == NULL)) {
2283 if (UNLIKELY(!pymalloc_free(ctx, p))) {
2311 if (UNLIKELY(running_on_valgrind > 0)) {