summaryrefslogtreecommitdiff
path: root/ace/config-hpux-11.00.h
diff options
context:
space:
mode:
Diffstat (limited to 'ace/config-hpux-11.00.h')
-rw-r--r--ace/config-hpux-11.00.h4
1 files changed, 3 insertions, 1 deletions
diff --git a/ace/config-hpux-11.00.h b/ace/config-hpux-11.00.h
index dcb7ea6a026..24018cdfd61 100644
--- a/ace/config-hpux-11.00.h
+++ b/ace/config-hpux-11.00.h
@@ -204,7 +204,9 @@
// Manually tweak the malloc control block paddings to properly align
// things.
-#define ACE_PI_CONTROL_BLOCK_ALIGN_LONGS 2
+#define ACE_MALLOC_PADDING 16
+#define ACE_MALLOC_ALIGN 8
+#define ACE_PI_CONTROL_BLOCK_ALIGN_LONGS 3
// Compiler/platform contains the <sys/syscall.h> file.
#define ACE_HAS_SYSCALL_H