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