Searched refs:TotalSizeInBytes (Results 1 – 3 of 3) sorted by relevance
835 ValueProfData *allocValueProfDataInstrProf(size_t TotalSizeInBytes) { in allocValueProfDataInstrProf() argument837 (ValueProfData *)(new (::operator new(TotalSizeInBytes)) ValueProfData()); in allocValueProfDataInstrProf()838 memset(VD, 0, TotalSizeInBytes); in allocValueProfDataInstrProf()
451 ValueProfData *(*AllocValueProfData)(size_t TotalSizeInBytes);