Age | Commit message (Collapse) | Author | |
---|---|---|---|
2009-10-21 | (svn r17839) -Codechange: implement the concept of 'caching' pool items to ↵ | rubidium | |
pools, that is instead of 'free' push the unused items in a linked list and use them on 'malloc'. Also add the concept of zeroing, or actually not zeroing, on new for pool items. | |||
2009-08-21 | (svn r17248) -Fix: add GPL license notice where appropriate | rubidium | |
2009-07-05 | (svn r16745) -Fix [FS#3011]: invalidate JoinStation window after removing ↵ | smatz | |
item from the pool | |||
2009-05-22 | (svn r16380) -Codechange: rename pool.hpp to pool_type.hpp | smatz | |
2009-05-22 | (svn r16378) -Codechange: replace OldPool with simpler Pool. Compilation ↵ | smatz | |
time, binary size and run time (with asserts disabled) should be improved |