summary refs log tree commit diff
path: root/src/libstd/rt/global_heap.rs
AgeCommit message (Expand)AuthorLines
2013-06-30pass exchange_malloc an alignment, not a tydescDaniel Micay-7/+2
2013-06-30global_heap: inline get_box_size and align_toDaniel Micay-0/+2
2013-06-30global_heap: inline malloc_raw and add realloc_rawDaniel Micay-1/+13
2013-06-30add a closure_exchange_malloc lang itemDaniel Micay-0/+14
2013-06-30stop initializing ref_count in exchange_allocDaniel Micay-1/+21
2013-06-30simplify the exchange allocatorDaniel Micay-53/+41
2013-06-23Remove intrinsic modulePhilipp Brüschweiler-7/+3
2013-05-22libstd: Fix merge fallout.Patrick Walton-0/+87