ide, uppsrc: Main config flags

This commit is contained in:
Mirek Fidler 2025-04-07 10:21:39 +02:00
parent 9a16396f90
commit 9c2102cb8e
19 changed files with 53 additions and 49 deletions

View file

@ -669,7 +669,7 @@ public:
}
void shutdown_local() throw() {
#ifdef flagUSEMALLOC
#ifdef flagUSEMALLOC // disable U++ allocator (MemoryAlloc is malloc, new/delete standard library)
tls_malloc.shutdown();
#else
UPP::MemoryFreeThread();