~m-grant-prg/libmgec/trunk

« back to all changes in this revision

Viewing changes to src/prg/c/src/libmgec/memory/memory.c

  • Committer: Mark Grant
  • Date: 2021-12-04 15:06:36 UTC
  • mto: This revision was merged to the branch mainline in revision 120.
  • Revision ID: m.grant.prg@gmail.com-20211204150636-72r8w5ak5dskj2or
Tags: upstream-1.5.3
ImportĀ upstreamĀ versionĀ 1.5.3

Show diffs side-by-side

added added

removed removed

Lines of Context:
5
5
 *
6
6
 * All memory related support functions.
7
7
 *
8
 
 * @author Copyright (C) 2017-2019  Mark Grant
 
8
 * @author Copyright (C) 2017-2019, 2021  Mark Grant
9
9
 *
10
10
 * Released under the GPLv3 only.\n
11
 
 * SPDX-License-Identifier: GPL-3.0
 
11
 * SPDX-License-Identifier: GPL-3.0-only
12
12
 *
13
 
 * @version _v1.0.6 ==== 09/06/2019_
 
13
 * @version _v1.0.7 ==== 03/12/2021_
14
14
 */
15
15
 
16
16
/* **********************************************************************
28
28
 *                              Add mgememory.h for prototypes, (fixes  *
29
29
 *                              sparse warning).                        *
30
30
 * 09/06/2019   MG      1.0.6   clang-format coding style changes.      *
 
31
 * 03/12/2021   MG      1.0.7   Tighten SPDX tag.                       *
31
32
 *                                                                      *
32
33
 ************************************************************************
33
34
 */