2019-10-15 17:07:10 +08:00
|
|
|
/*
|
2022-05-18 03:04:23 +08:00
|
|
|
* Copyright (C) 2019-2022 Intel Corporation
|
2019-10-15 17:07:10 +08:00
|
|
|
*
|
|
|
|
* SPDX-License-Identifier: MIT
|
|
|
|
*
|
|
|
|
*/
|
|
|
|
|
2022-05-18 03:04:23 +08:00
|
|
|
#pragma once
|
|
|
|
|
2019-10-15 17:07:10 +08:00
|
|
|
namespace NEO {
|
|
|
|
bool isDeferredDeleterEnabled();
|
|
|
|
} // namespace NEO
|