]> git.ipfire.org Git - thirdparty/bird.git/history - lib/slab.c
Merge commit '2c13759136951ef0e70a3e3c2b2d3c9a387f7ed9' into haugesund
[thirdparty/bird.git] / lib / slab.c
2022-03-02  Maria MatejkaMerge commit '2c13759136951ef0e70a3e3c2b2d3c9a387f7ed9...
2022-02-07  Ondrej Zajicek ... Lib: Update alignment of slabs
2022-02-06  Ondrej Zajicek ... Merge branch 'oz-trie-table'
2021-11-27  Maria MatejkaMemory statistics split into Effective and Overhead
2021-09-10  Maria MatejkaFixed memory poisoning in slab
2021-03-25  Maria MatejkaSlab: head now uses bitmask for used/free nodes info...
2020-11-24  Toke Høiland-Jørgensenlib/slab: introduce sl_allocz() function and use it...
2020-05-01  Maria MatejkaMerge remote-tracking branch 'origin/mq-static-analysis'
2020-05-01  Maria MatejkaSlab: Init node in slab head to NULLs. mq-static-analysis
2015-06-08  Pavel Tvrdíkunsigned [int] -> uint
2014-10-14  Ondrej ZajicekMerge remote-tracking branch 'origin/master' into soft-int
2014-06-30  Ondrej ZajicekFixes integer overflow in show memory command.
2012-01-02  Ondrej ZajicekFixes a tricky bug in route filtering.
2010-06-02  Ondrej ZajicekImplements command that shows memory usage.
2009-11-09  Ondrej ZajicekMerge branch 'dev' into ospf3
2009-09-17  Ondrej ZajicekFixes headers for uintptr_t (and build on NetBSD).
2009-08-10  Ondrej ZajicekMerge branch 'master' into dev
2009-07-06  Ondrej ZajicekMerge branch 'master' into dev
2009-07-06  Ondrej ZajicekFixes memory alignment problems on Sparc64.
2004-06-05  Martin MaresStaticized lots of local functions.
2000-06-07  Martin MaresFixes to the progdoc.
2000-06-05  Martin MaresDocumented memory resources.
2000-05-16  Martin MaresPoisoning: take there...
2000-05-16  Martin MaresOops, the poison was too deadly...
2000-05-16  Martin MaresAdded poisoning of free'd objects when we're debugging.
2000-05-08  Martin MaresImplemented debugging function rlookup() which you...
2000-03-31  Martin MaresInclude "lib/string.h" instead of <string.h>. It should...
2000-03-05  Martin MaresImplemented real slab allocator. If you suspect it...
1998-05-24  Martin MaresStaticized some variables and functions.
1998-05-03  Martin MaresBIRD library: The story continues.