summaryrefslogtreecommitdiff
path: root/ACE/ace/Free_List.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'ACE/ace/Free_List.cpp')
-rw-r--r--ACE/ace/Free_List.cpp6
1 files changed, 6 insertions, 0 deletions
diff --git a/ACE/ace/Free_List.cpp b/ACE/ace/Free_List.cpp
index c7f670243dd..36eed6d47f4 100644
--- a/ACE/ace/Free_List.cpp
+++ b/ACE/ace/Free_List.cpp
@@ -4,6 +4,10 @@
#include "ace/Free_List.h"
#include "ace/Guard_T.h"
+#if defined (ACE_HAS_ALLOC_HOOKS)
+# include "ace/Malloc_Base.h"
+#endif /* ACE_HAS_ALLOC_HOOKS */
+
#if !defined (ACE_LACKS_PRAGMA_ONCE)
# pragma once
#endif /* ACE_LACKS_PRAGMA_ONCE */
@@ -156,6 +160,8 @@ ACE_Locked_Free_List<T, ACE_LOCK>::dealloc (size_t n)
}
}
+ACE_ALLOC_HOOK_DEFINE_Tcc(ACE_Locked_Free_List)
+
ACE_END_VERSIONED_NAMESPACE_DECL
#endif /* ACE_FREE_LIST_CPP */