mirror of
https://github.com/panda3d/panda3d.git
synced 2026-05-03 21:20:26 -05:00
move some low-level mem tracking into MemoryHook, more mem tracking fixes
This commit is contained in:
@@ -348,11 +348,6 @@
|
||||
// available, even if it is unused.
|
||||
#defer DO_MEMORY_USAGE $[<= $[OPTIMIZE], 3]
|
||||
|
||||
// Should we attempt to override the global new and delete operators?
|
||||
// It turns out this is usually a bad idea, but may be useful for
|
||||
// development.
|
||||
#define REDEFINE_GLOBAL_OPERATOR_NEW
|
||||
|
||||
// This option compiles in support for simulating network delay via
|
||||
// the min-lag and max-lag prc variables. It adds a tiny bit of
|
||||
// overhead even when it is not activated, so it is typically enabled
|
||||
|
||||
Reference in New Issue
Block a user