Searched refs:TotalSizeInBytes (Results 1 – 3 of 3) sorted by relevance
777 ValueProfData *allocValueProfDataInstrProf(size_t TotalSizeInBytes) { in allocValueProfDataInstrProf() argument779 (ValueProfData *)(new (::operator new(TotalSizeInBytes)) ValueProfData()); in allocValueProfDataInstrProf()780 memset(VD, 0, TotalSizeInBytes); in allocValueProfDataInstrProf()
347 ValueProfData *(*AllocValueProfData)(size_t TotalSizeInBytes);633 ValueProfData *allocValueProfDataRT(size_t TotalSizeInBytes) {634 return (ValueProfData *)calloc(TotalSizeInBytes, 1);
449 ValueProfData *(*AllocValueProfData)(size_t TotalSizeInBytes);