struct IndexedAllocationInfo

Declaration

struct IndexedAllocationInfo { /* full declaration omitted */ };

Declared at: llvm/include/llvm/ProfileData/MemProf.h:253

Member Variables

public llvm::SmallVector<FrameId> CallStack
public llvm::memprof::PortableMemInfoBlock Info

Method Overview

Methods

IndexedAllocationInfo()

Declared at: llvm/include/llvm/ProfileData/MemProf.h:260

IndexedAllocationInfo(
    ArrayRef<llvm::memprof::FrameId> CS,
    const llvm::memprof::MemInfoBlock& MB)

Declared at: llvm/include/llvm/ProfileData/MemProf.h:261

Parameters

ArrayRef<llvm::memprof::FrameId> CS
const llvm::memprof::MemInfoBlock& MB

size_t serializedSize() const

Declared at: llvm/include/llvm/ProfileData/MemProf.h:265