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
/
sysdep
/
unix
/
alloc.c
Age
Commit message (
Expand
)
Author
2023-05-06
Fixed a bug in hot page global storage
Maria Matejka
2023-05-06
Debug: keep a circular log of memory page operations
Maria Matejka
2023-05-06
Fixed cold page cache leak
Maria Matejka
2023-05-06
Debug: Explicit mprotect() on freed pages to better locate use-after-free bugs
Maria Matejka
2023-05-06
Page allocator: indentation of messy ifdef blocks
Maria Matejka
2023-04-25
Refactoring of domains connected to pools
Maria Matejka
2023-04-04
Misc allocator fixes
Maria Matejka
2023-04-04
Allocator fix: thread local kept pages counter must be thread local
Maria Matejka
2023-01-24
Merge commit '3186ffe79714a48542d5ad61a94c81216b522fd0' into thread-next
Maria Matejka
2023-01-24
Merge commit '6bb992cb04926895be57dc97e7d569ea15a07db1' into thread-next
Maria Matejka
2023-01-23
Merge commit '928a1cb034e6f9e8edcdd1dc07264cd703e00827' into thread-next
Maria Matejka
2023-01-18
Alloc: Minor cleanups
Ondrej Zajicek
2023-01-18
Merge branch 'master' of https://gitlab.nic.cz/labs/bird
Maria Matejka
2023-01-18
Fix memory pre-allocation
Maria Matejka
2023-01-17
Alloc: Disable transparent huge pages
Ondrej Zajicek
2022-11-07
Merge remote-tracking branch 'origin/master' into thread-next
Maria Matejka
2022-11-03
Page allocator: Fixed minor bugs and added commentary
Maria Matejka
2022-11-02
Memory pages are not munmapped, instead we just madvise()
Maria Matejka
2022-09-21
Local page allocation
Maria Matejka
2022-09-20
Fixed display of standby memory
Maria Matejka
2022-09-18
Memory pages allocator is now a global simple lockless structure
Maria Matejka
2022-07-18
Merge commit '94eb0858' into thread-next
Maria Matejka
2022-03-09
Fixed a static assert in page allocator
Maria Matejka
2022-03-09
Fixed a static assert in page allocator
Maria Matejka
2022-03-09
Fixed resource initialization in unit tests
Maria Matejka
2022-03-09
Single-threaded version of sark-branch memory page management
Maria Matejka
2022-02-08
Alloc: Use posix_memalign() instead of aligned_alloc()
Ondrej Zajicek (work)
2021-11-24
Directly mapped pages are kept for future use if temporarily not needed
Maria Matejka
2021-10-13
Multipage allocation
Maria Matejka
2021-09-10
Bound allocated pages to resource pools with page caches to avoid unnecessary...
Maria Matejka
2021-03-25
Slab: head now uses bitmask for used/free nodes info instead of lists
Maria Matejka