We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8d8653b commit 140402eCopy full SHA for 140402e
CMakeLists.txt
@@ -1,4 +1,6 @@
1
-
+# Copyright (C) 2022-2024 Intel Corporation
2
+# Under the Apache License v2.0 with LLVM Exceptions. See LICENSE.TXT.
3
+# SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception
4
5
cmake_minimum_required(VERSION 3.14.0 FATAL_ERROR)
6
# needed when UMF is used as an external project
src/base_alloc/base_alloc_global.c
@@ -1,11 +1,4 @@
-/*
- * Copyright (C) 2024 Intel Corporation
- *
- * Under the Apache License v2.0 with LLVM Exceptions. See LICENSE.TXT.
- * SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception
-*/
7
8
-/* A MT-safe base allocator */
+
9
10
#include <assert.h>
11
#include <stdio.h>
0 commit comments