mirror of
https://github.com/ultimatepp/ultimatepp.git
synced 2026-05-15 14:16:07 -06:00
ide, uppsrc: Main config flags
This commit is contained in:
parent
9a16396f90
commit
9c2102cb8e
19 changed files with 53 additions and 49 deletions
|
|
@ -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();
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue