aboutsummaryrefslogtreecommitdiffstats
path: root/litmus/heap.c
Commit message (Collapse)AuthorAge
* litmus core: un-inline binomial heap implementationBjoern B. Brandenburg2009-05-02
Those functions are pretty huge, and used in a couple of plugins. This should save a lot of space, make debugging with objdump much easier, and maybe it even has some I$ benefit.