Home
last modified time | relevance | path

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

/openbsd/gnu/usr.bin/perl/
H A Dmalloc.c748 # define FIRST_BIG_BOUND (FIRST_BIG_BLOCK - M_OVERHEAD) macro
753 ((nbytes >= FIRST_BIG_BOUND) ? nbytes -= PERL_PAGESIZE : 0)