From ca8c3300b726cc4837f1e5b932d10e356c8d28cb 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 | 54 +++++++++++++++++++++++++++----------------- sysdep/unix/config.Y | 23 +++++++++++++++++++ sysdep/unix/main.c | 2 ++ test/birdtest.c | 4 +++- 7 files changed, 106 insertions(+), 26 deletions(-) diff --git a/doc/bird.sgml b/doc/bird.sgml index a3563c666..db8d39502 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 +