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
/
resource.h
Age
Commit message (
Expand
)
Author
2024-05-28
Lib: Use alloc_size() function attribute
Ondrej Zajicek
2022-04-06
All linpools use pages to allocate regular blocks
Maria Matejka
2022-04-06
Slab allocator can free the blocks without knowing the parent structure
Maria Matejka
2022-03-15
Printf variant with a result allocated inside a pool / linpool
Maria Matejka
2022-03-09
Merge commit '0c59f7ff' into haugesund
Maria Matejka
2022-03-09
Revert "Bound allocated pages to resource pools with page caches to avoid unn...
Maria Matejka
2022-03-09
Single-threaded version of sark-branch memory page management
Maria Matejka
2022-03-02
Introducing an universal temporary linpool flushed after every task
Maria Matejka
2021-11-27
Memory statistics split into Effective and Overhead
Maria Matejka
2021-11-24
Directly mapped pages are kept for future use if temporarily not needed
Maria Matejka
2021-10-13
Linpools may use pages instead of xmalloc
Maria Matejka
2021-09-10
Bound allocated pages to resource pools with page caches to avoid unnecessary...
Maria Matejka
2021-03-30
Resources: added mb_move() to complement rmove() for memory blocks
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
2019-07-02
Filter: Pre-evaluation of constant expressions
Maria Matejka
2017-12-12
Lib: Save/restore state for linpools
Ondrej Zajicek (work)
2017-05-16
Linpool: default allocation size
Jan Moskyto Matejka
2016-12-07
RPKI protocol with one cache server per protocol
Pavel Tvrdík
2013-09-16
BFD work in progress.
Ondrej Zajicek
2010-06-02
Implements command that shows memory usage.
Ondrej Zajicek
2009-06-10
Changes OSPF to generate stub networks for non-primary addresses.
Ondrej Zajicek
2004-05-31
Added rmove() (by Andreas, tweaked by me).
Martin Mares
2000-05-08
Implemented debugging function rlookup() which you can call from gdb
Martin Mares
2000-03-29
Avoid conflicts with libraries defining their own xmalloc by defining
Martin Mares
1999-03-29
Added lp_flush() which flushes contents of a linear pool, leaving all the
Martin Mares
1999-03-04
Use dmalloc instead of EFence when available (dmalloc has lot of improvements
Martin Mares
1998-12-06
Name cleanups as suggested by Pavel:
Martin Mares
1998-11-27
Removed prototype of rp_free() since this function has never existed.
Martin Mares
1998-05-26
Resource pools are now named.
Martin Mares
1998-05-03
BIRD library: The story continues.
Martin Mares
1998-04-28
Changed #include <x/y> to #include "x/y" for our local includes, so that
Martin Mares
1998-04-22
First look at data structures. More to come tomorrow...
Martin Mares