index
:
bird
android-old
avc-firewall
bgp/recursive
current-busch
current-vps
dmwg-0.0.1
dmwg-0.0.2
lua/filter
lua/lua
lua/wireguard
native/native-function
native/wg-native-function
old/bgp-recursive
old/build
old/current-jessie
old/debug
old/debug2
old/ignore-interface
old/ipv4-link-local
old/tunnel-encap
old/wg-tlv
old/wireguard
old/wireguard-android
old/wireguard-bp
old/wireguard-initial
old/wireguard-lib
old/wireguard-proto
old/wireguard-upstream
proto-firewall
shared
wireguard
wireguard-android
wireguard-next
wireguard-next-tmp10
wireguard-next-tmp11
wireguard-next-tmp5
wireguard-next-tmp6
wireguard-next-tmp7
wireguard-next-tmp7-1
wireguard-next-tmp8
wireguard-next-tmp8-1
wireguard-next-tmp9
Bird routing daemon
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
lib
/
slab.c
Age
Commit message (
Expand
)
Author
2021-11-27
Memory statistics split into Effective and Overhead
Maria Matejka
2021-03-25
Slab: head now uses bitmask for used/free nodes info instead of lists
Maria Matejka
2020-11-24
lib/slab: introduce sl_allocz() function and use it in Babel
Toke Høiland-Jørgensen
2020-05-01
Slab: Init node in slab head to NULLs.
Maria Matejka
2015-06-08
unsigned [int] -> uint
Pavel Tvrdík
2014-06-30
Fixes integer overflow in show memory command.
Ondrej Zajicek
2012-01-03
Fixes a tricky bug in route filtering.
Ondrej Zajicek
2010-06-02
Implements command that shows memory usage.
Ondrej Zajicek
2009-09-17
Fixes headers for uintptr_t (and build on NetBSD).
Ondrej Zajicek
2009-07-06
Fixes memory alignment problems on Sparc64.
Ondrej Zajicek
2004-06-05
Staticized lots of local functions.
Martin Mares
2000-06-07
Fixes to the progdoc.
Martin Mares
2000-06-05
Documented memory resources.
Martin Mares
2000-05-16
Poisoning: take there...
Martin Mares
2000-05-16
Oops, the poison was too deadly...
Martin Mares
2000-05-16
Added poisoning of free'd objects when we're debugging.
Martin Mares
2000-05-08
Implemented debugging function rlookup() which you can call from gdb
Martin Mares
2000-03-31
Include "lib/string.h" instead of <string.h>. It should give us bzero()
Martin Mares
2000-03-05
Implemented real slab allocator. If you suspect it from being buggy,
Martin Mares
1998-05-24
Staticized some variables and functions.
Martin Mares
1998-05-03
BIRD library: The story continues.
Martin Mares