Home
last modified time | relevance | path

Searched refs:TCMALLOC (Results 1 – 3 of 3) sorted by relevance

/dflybsd-src/contrib/byacc/
H A Ddefs.h181 #define TCMALLOC(t,n) ((t*) calloc((size_t)(n), sizeof(t))) macro
H A Doutput.c380 translate = TCMALLOC(int, nstates); in output_accessing_symbols()
1378 symnam = TCMALLOC(const char *, max + 2); in output_debug()
H A Dreader.c2165 offsets = TCMALLOC(Value_t, maxoffset + 1); in compile_arg()
2276 offsets = TCMALLOC(Value_t, maxoffset + 1); in can_elide_arg()