Blender V4.3
MEM_alloc_string_storage.cc
Go to the documentation of this file.
1/* SPDX-FileCopyrightText: 2024 Blender Authors
2 *
3 * SPDX-License-Identifier: GPL-2.0-or-later */
4
10#include "MEM_guardedalloc.h"
11
13
15{
16 static thread_local AllocStringStorageContainer &storage =
17 MEM_construct_leak_detection_data<AllocStringStorageContainer>();
18 return storage;
19}
20
21} // namespace intern::memutil::internal
Read Guarded memory(de)allocation.
AllocStringStorageContainer & ensure_storage_container()