rust/src/liballoc
Daan Sprenkels 99aaccd32f Add a comment to Arc::MAX_REFCOUNT
The constant name `MAX_REFCOUNT` suggests that the value is a
_hard_ limit on the amount of references to an `Arc`. This is
a more soft limit however. This commit adds a comment to the
constant to annotate this.

See also: PR #37605
2016-11-06 20:07:28 +01:00
..
arc.rs Add a comment to Arc::MAX_REFCOUNT 2016-11-06 20:07:28 +01:00
boxed.rs Add missing urls for Box doc 2016-09-19 14:02:48 +02:00
boxed_test.rs rustfmt liballoc folder 2016-05-28 02:25:16 +05:30
Cargo.toml rustbuild: Add support for crate tests + doctests 2016-05-12 08:52:20 -07:00
heap.rs rustfmt liballoc folder 2016-05-28 02:25:16 +05:30
lib.rs Remove stage0 hacks 2016-09-28 23:17:56 +00:00
oom.rs Add set_oom_handler and use it print a message when out of memory 2016-01-12 01:55:45 +00:00
raw_vec.rs run rustfmt on various folders 2016-10-16 15:41:01 +05:30
rc.rs Add assert checking that allocation and deallocation sizes are equal 2016-10-13 14:05:59 +03:00