Home
last modified time | relevance | path

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

/openbsd/gnu/usr.bin/perl/
H A Dmalloc.c598 # define MAX_POW2_ALGO ((1<<(MAX_PACKED_POW2 + 1)) - M_OVERHEAD) macro
1204 if (nbytes <= MAX_POW2_ALGO) goto do_shifts; in S_adjust_size_and_find_bucket()