Home
last modified time | relevance | path

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

/openbsd/gnu/usr.bin/perl/
H A Dmalloc.c1104 fill_pat_4bytes(unsigned char *s, size_t nbytes, const unsigned char *fill) in fill_pat_4bytes() function
1134 (void)(FILL_DEAD? (fill_pat_4bytes((s), (n), fill_deadbeef), 0) : 0)
1136 (void)(FILL_ALIVE? (fill_pat_4bytes((s), (n), fill_feedadad), 0) : 0)