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:
@@ -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)
|
||||
|
Reference in New Issue
Block a user