$include_dir="/home/hyper-archives/boost/include"; include("$include_dir/msg-header.inc") ?>
From: Jason Hise (chaos_at_[hidden])
Date: 2005-01-19 12:29:28
Dave Handley wrote:
> My recommendations for things to look at include:
>
> 1) Allocate using malloc as another creation policy
I'm looking at Loki's library and thinking that it has a major bug.
Doesn't his implementation have the same alignment problems that my
original static allocator did? Wouldn't it be impossible to ensure that
memory allocated by malloc was aligned properly?
-Jason