Searched refs:trapalloc (Results 1 - 1 of 1) sorted by relevance

/openbsd-current/libexec/spamd/
H A Dgrey.c75 u_int trapcount, trapalloc; variable
387 if (trapcount == trapalloc) {
391 trapalloc + 1024, sizeof(char *));
397 trapalloc += 1024;

Completed in 79 milliseconds