Searched refs:testalloc (Results 1 – 4 of 4) sorted by relevance
715 malloc_type testalloc P((size_t));722 # define tnalloc(T,n) (lintalloc = testalloc(sizeof(T)*(n)), (T*)0)727 # define tnalloc(T,n) ((T*) testalloc(sizeof(T)*(n)))
49 *b = t = testalloc(strlen(s) + 3);
253 testalloc(size) in testalloc() function285 return fremember(testalloc(size));
302 p = testalloc(tplen + 10);