1
0
mirror of https://gitlab.labs.nic.cz/labs/bird.git synced 2024-05-11 16:54:54 +00:00

Moved config-related allocations to config_pool and showing its size in memory usage

This commit is contained in:
Maria Matejka
2022-11-01 08:56:26 +01:00
parent 5aebce5e0c
commit 37b6444137
6 changed files with 14 additions and 10 deletions

View File

@@ -96,7 +96,7 @@ void order_shutdown(int gr);
/* Pools */
extern pool *config_pool;
extern linpool *cfg_mem;
#define cfg_alloc(size) lp_alloc(cfg_mem, size)