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

/freebsd-10.3-release/contrib/ntp/libntp/
H A Demalloc.c36 size_t allocsz; local
39 allocsz = 1;
41 allocsz = newsz;
43 mem = EREALLOC_IMPL(ptr, allocsz, file, line);

Completed in 179 milliseconds