| Age | Commit message (Collapse) | Author | Lines | |
|---|---|---|---|---|
| 2013-08-23 | rt: Remove rust_exchange_alloc | Brian Anderson | -35/+0 | |
| 2013-06-30 | simplify the exchange allocator | Daniel Micay | -16/+0 | |
| * stop using an atomic counter, this has a significant cost and valgrind will already catch these leaks * remove the extra layer of function calls * remove the assert of non-null in free, freeing null is well defined but throwing a failure from free will not be * stop initializing the `prev`/`next` pointers * abort on out-of-memory, failing won't necessarily work | ||||
| 2013-05-15 | core:rt: A few micro-opts | Brian Anderson | -10/+6 | |
| 2013-04-18 | sketch: Make rust sketch barf output prettier | Marti Raudsepp | -2/+2 | |
| 2013-02-14 | get rid of unused exchange_alloc calloc method | Daniel Micay | -5/+0 | |
| this isn't actually calloc - it calls the malloc wrapper which no longer zeroes | ||||
| 2013-02-14 | rm unused zero param in C++ exchange allocator | Daniel Micay | -4/+1 | |
| 2013-02-06 | Rewrite the exchange allocator to work without an active scheduler. #4457 | Brian Anderson | -0/+63 | |
