Home
last modified time | relevance | path

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

/freebsd/contrib/diff/lib/
H A Dxalloc.h59 void *xclone (void const *p, size_t s);
79 # define CCLONE(p, n) xclone (p, (n) * sizeof *(p))
80 # define CLONE(p) xclone (p, sizeof *(p))
H A Dxmalloc.c252 xclone (void const *p, size_t s) in xclone() function