Home
last modified time | relevance | path

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

/dragonfly/gnu/usr.bin/rcs/lib/
H A Drcsbase.h716 malloc_type testrealloc P((malloc_type,size_t));
723 # define trealloc(T,p,n) (lintalloc = testrealloc((malloc_type)0, sizeof(T)*(n)), p)
728 # define trealloc(T,p,n) ((T*) testrealloc((malloc_type)(p), sizeof(T)*(n)))
H A Drcsutil.c261 testrealloc(ptr, size) in testrealloc() function