mirror of
https://github.com/panda3d/panda3d.git
synced 2025-10-01 01:07:51 -04:00
parent
69b3468b2c
commit
27f20c80fd
@ -47,7 +47,9 @@ static_assert(MEMORY_HOOK_ALIGNMENT * 8 >= NATIVE_WORDSIZE,
|
||||
static_assert((MEMORY_HOOK_ALIGNMENT & (MEMORY_HOOK_ALIGNMENT - 1)) == 0,
|
||||
"MEMORY_HOOK_ALIGNMENT should be a power of two");
|
||||
|
||||
#if defined(USE_MEMORY_DLMALLOC)
|
||||
#if defined(CPPPARSER)
|
||||
|
||||
#elif defined(USE_MEMORY_DLMALLOC)
|
||||
|
||||
// Memory manager: DLMALLOC This is Doug Lea's memory manager. It is very
|
||||
// fast, but it is not thread-safe. However, we provide thread locking within
|
||||
|
Loading…
x
Reference in New Issue
Block a user