MLIR 23.0.0git
mlir::bufferization::MemoryPlannerAlloc Struct Reference

Descriptor for a single allocation to be placed by the memory planner. More...

#include "mlir/Dialect/Bufferization/Transforms/StaticMemoryPlanning.h"

Public Attributes

int64_t sizeInBytes = 0
int64_t alignment = 1
int64_t timeStart = 0
int64_t timeEnd = 0

Detailed Description

Descriptor for a single allocation to be placed by the memory planner.

Definition at line 26 of file StaticMemoryPlanning.h.

Member Data Documentation

◆ alignment

int64_t mlir::bufferization::MemoryPlannerAlloc::alignment = 1

Definition at line 28 of file StaticMemoryPlanning.h.

Referenced by mlir::bufferization::bestFitMemoryPlanner().

◆ sizeInBytes

int64_t mlir::bufferization::MemoryPlannerAlloc::sizeInBytes = 0

Definition at line 27 of file StaticMemoryPlanning.h.

Referenced by mlir::bufferization::bestFitMemoryPlanner().

◆ timeEnd

int64_t mlir::bufferization::MemoryPlannerAlloc::timeEnd = 0

Definition at line 30 of file StaticMemoryPlanning.h.

Referenced by mlir::bufferization::bestFitMemoryPlanner().

◆ timeStart

int64_t mlir::bufferization::MemoryPlannerAlloc::timeStart = 0

Definition at line 29 of file StaticMemoryPlanning.h.

Referenced by mlir::bufferization::bestFitMemoryPlanner().


The documentation for this struct was generated from the following file: