15 #include "dtoolbase.h"
16 #include "memoryHook.h"
18 #if defined(USE_TAU) && defined(WIN32)
20 bool __tau_shutdown =
false;
39 if (memory_hook == NULL) {
54 #if defined(HAVE_THREADS) && defined(SIMPLE_THREADS)
57 default_thread_yield() {
60 default_thread_consider_yield() {
62 void (*global_thread_yield)() = default_thread_yield;
63 void (*global_thread_consider_yield)() = default_thread_consider_yield;
65 #endif // HAVE_THREADS && SIMPLE_THREADS
This class provides a wrapper around the various possible malloc schemes Panda might employ...