diff options
author | nanbor <nanbor@ae88bc3d-4319-0410-8dbf-d08b4c9d3795> | 1999-12-13 02:14:52 +0000 |
---|---|---|
committer | nanbor <nanbor@ae88bc3d-4319-0410-8dbf-d08b4c9d3795> | 1999-12-13 02:14:52 +0000 |
commit | 993f170e60c566575fb9f1071261259aa506fc75 (patch) | |
tree | 2f1e5567eace0a0239b060ab2739e165bacd9162 /ace/config-hpux-10.x.h | |
parent | c70cf7bad1d3663f717cdc3f8a6e3e8e570298e9 (diff) | |
download | ATCD-993f170e60c566575fb9f1071261259aa506fc75.tar.gz |
ChangeLogTag:Sun Dec 12 20:10:23 1999 Nanbor Wang <nanbor@cs.wustl.edu>
Diffstat (limited to 'ace/config-hpux-10.x.h')
-rw-r--r-- | ace/config-hpux-10.x.h | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/ace/config-hpux-10.x.h b/ace/config-hpux-10.x.h index dac6df7341f..7cc7a01717c 100644 --- a/ace/config-hpux-10.x.h +++ b/ace/config-hpux-10.x.h @@ -237,6 +237,11 @@ extern int h_errno; /* This isn't declared in a header file on HP-UX */ # endif #endif /* ACE_HAS_THREADS */ +// Manually tweaking malloc paddings. +#define ACE_MALLOC_PADDING 16 +#define ACE_MALLOC_ALIGN 8 +#define ACE_CONTROL_BLOCK_ALIGN_LONGS 0 + // Turns off the tracing feature. // To build with tracing enabled, make sure ACE_NTRACE is not defined #if !defined (ACE_NTRACE) |