Searched refs:numTotal (Results 1 – 1 of 1) sorted by relevance
837 const int numTotal = numPre + numStrings + numPost; in ProcessDeferred() local838 std::unique_ptr<size_t[]> lengths(new size_t[numTotal]); in ProcessDeferred()839 std::unique_ptr<const char*[]> strings(new const char*[numTotal]); in ProcessDeferred()840 std::unique_ptr<const char*[]> names(new const char*[numTotal]); in ProcessDeferred()