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

/freebsd-13-stable/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.c248 for xnclone (P, N, S), since xclone (P, N * S) works without any
252 xclone (void const *p, size_t s) function

Completed in 102 milliseconds