Home
last modified time | relevance | path

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

/mirbsd/src/gnu/usr.bin/perl/
Dmalloc.c920 # ifndef PERL_PAGESIZE
921 # define PERL_PAGESIZE 4096 macro
933 ((nbytes >= FIRST_BIG_BOUND) ? nbytes -= PERL_PAGESIZE : 0)
935 ((bucket >= FIRST_BIG_POW2 * BUCKETS_PER_POW2) ? PERL_PAGESIZE : 0)