Searched refs:TotalSizeInBytes (Results 1 – 2 of 2) sorted by relevance
754 ValueProfData *allocValueProfDataInstrProf(size_t TotalSizeInBytes) { in allocValueProfDataInstrProf() argument756 (ValueProfData *)(new (::operator new(TotalSizeInBytes)) ValueProfData()); in allocValueProfDataInstrProf()757 memset(VD, 0, TotalSizeInBytes); in allocValueProfDataInstrProf()
434 ValueProfData *(*AllocValueProfData)(size_t TotalSizeInBytes);