Searched refs:MAXNUMLINES (Results 1 – 2 of 2) sorted by relevance
40 int to_alloc = loops * MAXNUMLINES * (MAXSRCLEN + catenate_STRLEN); in main()45 catStd -> reserve(loops * MAXNUMLINES * (MAXSRCLEN + catenate_STRLEN)); in main()
22 #define MAXNUMLINES 40000 //Max number of lines in a test data file macro73 int to_alloc = loops * MAXNUMLINES * (MAXSRCLEN + catenate_STRLEN); in getEventsPerIteration()