Home
last modified time | relevance | path

Searched refs:TotalSizeInBytes (Results 1 – 3 of 3) sorted by relevance

/netbsd-src/external/apache2/llvm/dist/llvm/lib/ProfileData/
H A DInstrProf.cpp777 ValueProfData *allocValueProfDataInstrProf(size_t TotalSizeInBytes) { in allocValueProfDataInstrProf() argument
779 (ValueProfData *)(new (::operator new(TotalSizeInBytes)) ValueProfData()); in allocValueProfDataInstrProf()
780 memset(VD, 0, TotalSizeInBytes); in allocValueProfDataInstrProf()
/netbsd-src/sys/external/bsd/compiler_rt/dist/lib/profile/
H A DInstrProfData.inc347 ValueProfData *(*AllocValueProfData)(size_t TotalSizeInBytes);
633 ValueProfData *allocValueProfDataRT(size_t TotalSizeInBytes) {
634 return (ValueProfData *)calloc(TotalSizeInBytes, 1);
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/ProfileData/
H A DInstrProfData.inc449 ValueProfData *(*AllocValueProfData)(size_t TotalSizeInBytes);