LLZK 2.1.1
An open-source IR for Zero Knowledge (ZK) circuits
Loading...
Searching...
No Matches
DiscardableAllocationOpInterfaces.cpp
Go to the documentation of this file.
1//===-- DiscardableAllocationOpInterfaces.cpp -------------------*- C++ -*-===//
2//
3// Part of the LLZK Project, under the Apache License v2.0.
4// See LICENSE.txt for license information.
5// Copyright 2026 Project LLZK
6// SPDX-License-Identifier: Apache-2.0
7//
8//===----------------------------------------------------------------------===//
9
11
12// Include the generated interface definitions.
14
15namespace llzk {
16
17// Note: definition is placed here rather than the header to avoid the error:
18// "vtable will be emitted in every translation unit"
19mlir::StringRef DiscardableAllocationResource::getName() { return "DiscardableAllocation"; }
20
21} // namespace llzk