Searched refs:TotalSizeInBytes (Results 1 – 3 of 3) sorted by relevance
1109 ValueProfData *allocValueProfDataInstrProf(size_t TotalSizeInBytes) { in allocValueProfDataInstrProf() argument1111 (ValueProfData *)(new (::operator new(TotalSizeInBytes)) ValueProfData()); in allocValueProfDataInstrProf()1112 memset(VD, 0, TotalSizeInBytes); in allocValueProfDataInstrProf()
509 ValueProfData *(*AllocValueProfData)(size_t TotalSizeInBytes);