Searched refs:testrealloc (Results 1 – 3 of 3) sorted by relevance
/netbsd-src/external/gpl2/rcs/dist/src/ |
H A D | rcsbase.h | 707 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 D | rcsutil.c | 262 testrealloc(ptr, size) in testrealloc() function
|
/netbsd-src/external/bsd/flex/dist/tests/ |
H A D | mem_r.l | 119 void * testrealloc(void* p, yy_size_t n , void* yyscanner) in testrealloc() function
|