]> git.puffer.fish Git - matthieu/frr.git/commit
*: Create termtable specific temp memory
authorDonald Sharp <sharpd@nvidia.com>
Fri, 30 Aug 2024 13:05:11 +0000 (09:05 -0400)
committerDonald Sharp <sharpd@nvidia.com>
Sun, 1 Sep 2024 17:07:46 +0000 (13:07 -0400)
commitd97c535c1e11904585b97da894d49b766b2d270a
tree5dea632b43d39fdaa3384563913ad8abec168fbb
parenta556f6e38b404ae1b90a52b23e5afacd64ab4d45
*: Create termtable specific temp memory

When trying to track down a MTYPE_TMP memory leak
it's harder to search for it when you happen to
have some usage of ttable_dump.  Let's just give
it it's own memory type so that we can avoid
confusion in the future.

Signed-off-by: Donald Sharp <sharpd@nvidia.com>
19 files changed:
bgpd/bgp_bmp.c
isisd/isis_spf.c
isisd/isis_sr.c
isisd/isis_srv6.c
lib/hash.c
lib/memory.c
lib/memory.h
lib/northbound_cli.c
lib/termtable.c
lib/termtable.h
pathd/path_cli.c
pimd/pim6_mld.c
pimd/pim_cmd_common.c
pimd/pim_rp.c
tests/lib/test_ttable.c
vrrpd/vrrp_vty.c
zebra/dplane_fpm_nl.c
zebra/zebra_mpls.c
zebra/zebra_vty.c