Home
last modified time | relevance | path

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

/openbsd/gnu/usr.bin/perl/
H A Dmalloc.c431 # define RMAGIC_SZ 0 macro
1356 if ((i = nbytes & (RMAGIC_SZ-1))) { in Perl_malloc()
1357 i = RMAGIC_SZ - i; in Perl_malloc()
1362 nbytes = (nbytes + RMAGIC_SZ - 1) & ~(RMAGIC_SZ - 1); in Perl_malloc()
1869 if ((i = nbytes & (RMAGIC_SZ-1))) { in Perl_mfree()
1870 i = RMAGIC_SZ - i; in Perl_mfree()
1877 nbytes = (nbytes + (RMAGIC_SZ-1)) & ~(RMAGIC_SZ-1); in Perl_mfree()
2013 i = RMAGIC_SZ - i; in Perl_realloc()
2019 nb = (nb + (RMAGIC_SZ-1)) & ~(RMAGIC_SZ-1); in Perl_realloc()
2039 i = RMAGIC_SZ - i; in Perl_realloc()
[all …]