Home
last modified time | relevance | path

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

/netbsd-src/external/gpl2/rcs/dist/src/
H A Drcsbase.h707 malloc_type testrealloc P((malloc_type,size_t));
714 # define trealloc(T,p,n) (lintalloc = testrealloc((malloc_type)0, sizeof(T)*(n)), p)
719 # define trealloc(T,p,n) ((T*) testrealloc((malloc_type)(p), sizeof(T)*(n)))
H A Drcsutil.c262 testrealloc(ptr, size) in testrealloc() function
/netbsd-src/external/bsd/flex/dist/tests/
H A Dmem_r.l119 void * testrealloc(void* p, yy_size_t n , void* yyscanner) in testrealloc() function