From 0fc0e4618f533104c3f07f20f66112e44d359292 Mon Sep 17 00:00:00 2001 From: Maria Matejka Date: Tue, 1 Oct 2024 10:24:04 +0200 Subject: [PATCH] Allocator parameters can be configured now. --- doc/bird.sgml | 31 +++++++++++++++++++++++++++ lib/resource.h | 11 ++++++---- lib/runtime.h | 7 ++++++ sysdep/unix/alloc.c | 51 +++++++++++++++++++++++++++----------------- sysdep/unix/config.Y | 23 ++++++++++++++++++++ sysdep/unix/main.c | 2 ++ test/birdtest.c | 4 +++- 7 files changed, 104 insertions(+), 25 deletions(-) diff --git a/doc/bird.sgml b/doc/bird.sgml index 5e48e342..f84aef26 100644 --- a/doc/bird.sgml +++ b/doc/bird.sgml @@ -722,6 +722,37 @@ include "tablename.conf";; Evaluates given filter expression. It is used by the developers for testing of filters. +Global performance options +