CallgrindFunction
CallgrindFunction* functions = image->Functions();
CallgrindFunction& function = functions[k];
CallgrindFunction& function = image->Functions()[functionIndex];
fFunctions = new(std::nothrow) CallgrindFunction[symbolCount];
memset(fFunctions, 0, sizeof(CallgrindFunction) * symbolCount);
CallgrindFunction& function = fFunctions[symbolIndex];
CallgrindFunction*
inline CallgrindFunction* Functions() const;
CallgrindFunction* fFunctions;