Home
last modified time | relevance | path

Searched refs:to_alloc (Results 1 – 2 of 2) sorted by relevance

/third_party/icu/icu4c/source/test/perf/ustrperf/
Dstringperf.cpp45 int to_alloc = loops * MAXNUMLINES * (MAXSRCLEN + catenate_STRLEN); in main() local
46 catICU = new UnicodeString(to_alloc,'a',0); in main()
Dstringperf.h78 int to_alloc = loops * MAXNUMLINES * (MAXSRCLEN + catenate_STRLEN); in getEventsPerIteration() local
79 catICU = new UnicodeString(to_alloc,'a',0); in getEventsPerIteration()