Cleanup: move mallocn to c++

Required for a cleaner solution for #120632.
This commit is contained in:
Jacques Lucke
2024-04-15 13:02:12 +02:00
parent 2fefb39e22
commit e3b8d45c93
2 changed files with 2 additions and 2 deletions

View File

@@ -20,7 +20,7 @@ set(INC_SYS
set(SRC
./intern/leak_detector.cc
./intern/mallocn.c
./intern/mallocn.cc
./intern/mallocn_guarded_impl.cc
./intern/mallocn_lockfree_impl.cc
./intern/memory_usage.cc

View File

@@ -13,7 +13,7 @@
/* to ensure strict conversions */
#include "../../source/blender/blenlib/BLI_strict_flags.h"
#include <assert.h>
#include <cassert>
#include "mallocn_intern.h"