1 /*========================== begin_copyright_notice ============================
2 
3 Copyright (C) 2017-2021 Intel Corporation
4 
5 SPDX-License-Identifier: MIT
6 
7 ============================= end_copyright_notice ===========================*/
8 
9 #pragma once
10 
11 //
12 // if GTGPU is defined, the definitions of the two routines are
13 // in GTGPU runtime
14 //
15 extern "C" void* allocCodeBlock(size_t sz);
16