rust/src/liballoc
Daniel Micay 92b09261e7 micro-optimize dynamic allocation alignment
Previously, some parts of this optimization were impossible because the
alignment passed to the free function was not correct. That was fully
fixed by #17012.

Closes #17092
2014-09-10 03:50:39 -04:00
..
arc.rs A few minor documentation fixes 2014-08-19 17:22:18 +12:00
boxed.rs Implement generalized object and type parameter bounds (Fixes #16462) 2014-08-27 21:46:52 -04:00
heap.rs micro-optimize dynamic allocation alignment 2014-09-10 03:50:39 -04:00
lib.rs Fixed misleading docs in liballoc 2014-08-28 14:57:16 -07:00
libc_heap.rs A few minor documentation fixes 2014-08-19 17:22:18 +12:00
rc.rs A few minor documentation fixes 2014-08-19 17:22:18 +12:00
util.rs libs: Fix miscellaneous fallout of librustrt 2014-06-06 23:00:01 -07:00