]> git.ipfire.org Git - thirdparty/bind9.git/commit
Add isc_mem_overmem unit test
authorOndřej Surý <ondrej@isc.org>
Wed, 29 Nov 2023 11:42:38 +0000 (12:42 +0100)
committerOndřej Surý <ondrej@isc.org>
Wed, 29 Nov 2023 13:16:20 +0000 (14:16 +0100)
commit0b865c781aa766349cbd78e4f01dc793fd79ecd6
tree61c1f206ee51c0bea37f963a609f4954f39d8fa4
parent3383331d06bb0f54b917baa3a2732a8ef31d6502
Add isc_mem_overmem unit test

The new unit isc_mem_overmem unit test sets hi and lo water marks and
then does allocations to go over:

0. x < lo_water
1. lo_water < x < hi_water
2. x > hi_water
3. lo_water < x < hi_water
4. < lo_water
tests/isc/mem_test.c