Add tracking allocator. Fix substruct issue.

This commit is contained in:
Christoffer Lerno
2023-02-27 17:05:27 +01:00
parent dd4edfb747
commit bd8bff85d6
8 changed files with 117 additions and 8 deletions

View File

@@ -1,5 +1,5 @@
// Copyright (c) 2020 Christoffer Lerno. All rights reserved.
// Use of this source code is governed by a LGPLv3.0
// Copyright (c) 2019-2023 Christoffer Lerno. All rights reserved.
// Use of this source code is governed by the GNU LGPLv3.0 license
// a copy of which can be found in the LICENSE file.
#include "sema_internal.h"