Searched refs:TCMALLOC (Results 1 – 3 of 3) sorted by relevance
181 #define TCMALLOC(t,n) ((t*) calloc((size_t)(n), sizeof(t))) macro
380 translate = TCMALLOC(int, nstates); in output_accessing_symbols()1378 symnam = TCMALLOC(const char *, max + 2); in output_debug()
2165 offsets = TCMALLOC(Value_t, maxoffset + 1); in compile_arg()2276 offsets = TCMALLOC(Value_t, maxoffset + 1); in can_elide_arg()