Searched refs:to_alloc (Results 1 – 2 of 2) sorted by relevance
45 int to_alloc = loops * MAXNUMLINES * (MAXSRCLEN + catenate_STRLEN); in main() local46 catICU = new UnicodeString(to_alloc,'a',0); in main()
78 int to_alloc = loops * MAXNUMLINES * (MAXSRCLEN + catenate_STRLEN); in getEventsPerIteration() local79 catICU = new UnicodeString(to_alloc,'a',0); in getEventsPerIteration()