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,6 +1,7 @@
// Copyright (c) 2021 Christoffer Lerno. All rights reserved.
// Copyright (c) 2021-2023 Christoffer Lerno. All rights reserved.
// Use of this source code is governed by the MIT license
// a copy of which can be found in the LICENSE_STDLIB file.
module std::core::mem::array;
/**