lib: talloc: Remove the ALWAYS_REALLOC code paths.talloc-2.3.2
commit6598e00e129bc8b36d6d38345b67aba48b3eb26d
authorJeremy Allison <jra@samba.org>
Mon, 9 Nov 2020 19:50:09 +0000 (9 11:50 -0800)
committerJeremy Allison <jra@samba.org>
Tue, 10 Nov 2020 19:49:33 +0000 (10 19:49 +0000)
treef75487dd8168576a3b22699dfd505ec5b4e3ff8a
parent18fdfe8c10291e04b6a54499d74a6ee15652f5db
lib: talloc: Remove the ALWAYS_REALLOC code paths.

This is now never set, and also never tested, and only makes
the talloc code more complicated.

Once this is gone we can start looking at the memlimit
stuff.

Signed-off-by: Jeremy Allison <jra@samba.org>
Reviewed-by: Alexander Bokovoy <ab@samba.org>
lib/talloc/talloc.c
lib/talloc/testsuite.c