Searched refs:TotalSizeInBytes (Results 1 – 3 of 3) sorted by relevance
1162 ValueProfData *allocValueProfDataInstrProf(size_t TotalSizeInBytes) { in allocValueProfDataInstrProf() argument1164 (ValueProfData *)(new (::operator new(TotalSizeInBytes)) ValueProfData()); in allocValueProfDataInstrProf()1165 memset(VD, 0, TotalSizeInBytes); in allocValueProfDataInstrProf()
521 ValueProfData *(*AllocValueProfData)(size_t TotalSizeInBytes);