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

  /src/external/bsd/flex/dist/tests/
alloc_extra.l 78 /* Test to confirm that testalloc was called from
89 void *testalloc(size_t size, yyscan_t scanner)
mem_r.l 88 void * testalloc(yy_size_t n , void* yyscanner)
  /src/external/gpl2/rcs/dist/src/
merger.c 47 *b = t = testalloc(strlen(s) + 3);
rcsbase.h 706 malloc_type testalloc P((size_t));
713 # define tnalloc(T,n) (lintalloc = testalloc(sizeof(T)*(n)), (T*)0)
718 # define tnalloc(T,n) ((T*) testalloc(sizeof(T)*(n)))
rcsutil.c 254 testalloc(size) function
286 return fremember(testalloc(size));
rcsfnms.c 302 p = testalloc(tplen + 10);

Completed in 107 milliseconds