| Age | Commit message (Collapse) | Author | Lines | |
|---|---|---|---|---|
| 2013-08-23 | rt: Remove rust_exchange_alloc | Brian Anderson | -24/+0 | |
| 2013-06-30 | simplify the exchange allocator | Daniel Micay | -6/+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-02-14 | get rid of unused exchange_alloc calloc method | Daniel Micay | -1/+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 | -1/+1 | |
| 2013-02-06 | Rewrite the exchange allocator to work without an active scheduler. #4457 | Brian Anderson | -0/+31 | |
