compute-runtime/shared/source/os_interface/linux/allocator_helper.h

14 lines
186 B
C++

/*
* Copyright (C) 2020-2021 Intel Corporation
*
* SPDX-License-Identifier: MIT
*
*/
#pragma once
#include <cstddef>
namespace NEO {
size_t getSizeToReserve();
} // namespace NEO