about summary refs log tree commit diff
path: root/src/liballoc/oom.rs
AgeCommit message (Collapse)AuthorLines
2016-11-10drop an unnecessary newlineJorge Aparicio-1/+0
2016-11-10use an 'imp' module to reduce the amount of cfgsJorge Aparicio-27/+32
2016-10-30make `alloc` and `collections` compilable for thumbv6m-none-eabiJorge Aparicio-0/+15
by cfging away `alloc::Arc` and changing OOM to abort for this target
2016-01-12Add set_oom_handler and use it print a message when out of memoryAmanieu d'Antras-0/+42