<div dir="ltr"><div class="gmail_extra"><br><div class="gmail_quote">On Wed, Sep 25, 2013 at 3:29 PM, Howard Hinnant <span dir="ltr"><<a href="mailto:howard.hinnant@gmail.com" target="_blank" class="cremed">howard.hinnant@gmail.com</a>></span> wrote:<br>
<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><div id=":9ub" style="overflow:hidden">20.8.9.1 [allocator.members]/p6:<br>
<br>
> Remark: the storage is obtained by calling ::operator new(std::size_t) (18.6.1), but it is unspec- ified when or how often this function is called. The use of hint is unspecified, but intended as an aid to locality if an implementation so desires.<br>

<br>
The question becomes, if we make this substitution, is there a test the user can write to observe it?  Is there an LWG issue here?</div></blockquote></div><br>I *believe* that by writing a new expression, you get *precisely* this behavior: storage is obtained by calling ::operator new, but when or how often can change via the implementation (N3664).</div>
</div>