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

13 lines
180 B
C++

/*
* Copyright (C) 2018 Intel Corporation
*
* SPDX-License-Identifier: MIT
*
*/
#pragma once
#include <cstddef>
namespace OCLRT {
size_t getSizeToMap();
} // namespace OCLRT