HomeSort by: relevance | last modified time | path
    Searched refs:testrealloc (Results 1 - 3 of 3) sorted by relevancy

  /src/external/bsd/flex/dist/tests/
mem_r.l 119 void * testrealloc(void* p, yy_size_t n , void* yyscanner)
  /src/external/gpl2/rcs/dist/src/
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)))
rcsutil.c 262 testrealloc(ptr, size) function

Completed in 21 milliseconds