]> git.lizzy.rs Git - rust.git/commit
rollup merge of #22164: huonw/alloc--
authorAlex Crichton <alex@alexcrichton.com>
Wed, 11 Feb 2015 22:02:13 +0000 (14:02 -0800)
committerAlex Crichton <alex@alexcrichton.com>
Wed, 11 Feb 2015 22:02:13 +0000 (14:02 -0800)
commit48767165070ceabb8615b03e396dc093e843ce46
treef74784d724dcec49b3af4fce85d81449e19cfce5
parent5e2b69c1b239a24ef7fea882c78e237b1b3fb8f9
parentd8d3761899720dd07a4be84d455f1ab1ee2f9f34
rollup merge of #22164: huonw/alloc--

It doesn't have to be a literal memory allocation (ala malloc), e.g. it
can be in static memory, so saying "allocated" is mildly misleading.

Thanks to @mahkoh for pointing it out.

r? @steveklabnik