Home | History | Annotate | Download | only in collperf2

Lines Matching refs:UNIT

20 #define COMPACT_ARRAY(CompactArrays, UNIT) \
26 UNIT * data; /*the real space to hold strings*/ \
37 data = (UNIT *) realloc(data, sizeof(UNIT) * index[count]); \
39 UNIT * last(){return data + index[count - 1];} \
40 const UNIT * dataOf(int32_t i) const {return data + index[i];} \