Constructors

Synopses

Declared in <llvm/IR/ModuleSummaryIndex.h>

Construct allocation info from a list of MIBs.

AllocInfo(std::vector<MIBInfo> MIBs);

Construct allocation info from versions and MIBs.

AllocInfo(
    SmallVector<uint8_t> Versions,
    std::vector<MIBInfo> MIBs);

Parameters

Name

Description

MIBs

Memprof MIB summaries for this allocation.

Versions

Per‐clone allocation type versions.

Created with MrDocs