From 1a27349f578a61b3eb99d87a8155ac2697689727 Mon Sep 17 00:00:00 2001 From: Steve Huston Date: Wed, 6 Jun 2001 14:18:29 +0000 Subject: ChangeLogTag:Wed Jun 06 10:16:39 2001 Steve Huston --- ace/config-hpux-11.00.h | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'ace/config-hpux-11.00.h') 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 file. #define ACE_HAS_SYSCALL_H -- cgit v1.2.1