/* * Copyright (C) 2020 Intel Corporation * * SPDX-License-Identifier: MIT * */ #pragma once namespace NEO { struct HeapAssignerConfig { static bool getConfiguration(); }; } // namespace NEO