Home
last modified time | relevance | path

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

/netbsd/src/external/bsd/ntp/dist/include/
Dntp_malloc.h46 #ifdef EREALLOC_IMPL
49 # define EREALLOC_IMPL(ptr, newsz, filenm, loc) \ macro
/netbsd/src/external/bsd/ntp/dist/libntp/
Demalloc.c45 mem = EREALLOC_IMPL(ptr, allocsz, file, line); in ereallocz()