]> git.lizzy.rs Git - rust.git/commitdiff
Rollup merge of #55889 - RalfJung:global-alloc, r=alexcrichton
authorkennytm <kennytm@gmail.com>
Tue, 13 Nov 2018 05:03:22 +0000 (13:03 +0800)
committerkennytm <kennytm@gmail.com>
Tue, 13 Nov 2018 11:20:57 +0000 (19:20 +0800)
global allocators: add a few comments

These comments answer some questions that came up when I tried to understand how the control flow works for the global allocator, `Global` and `System`.

r? @alexcrichton


Trivial merge