summary refs log tree commit diff
path: root/src/rt/rust_exchange_alloc.cpp
AgeCommit message (Collapse)AuthorLines
2013-02-14get rid of unused exchange_alloc calloc methodDaniel Micay-5/+0
this isn't actually calloc - it calls the malloc wrapper which no longer zeroes
2013-02-14rm unused zero param in C++ exchange allocatorDaniel Micay-4/+1
2013-02-06Rewrite the exchange allocator to work without an active scheduler. #4457Brian Anderson-0/+63