Files
bind9/lib
Ondřej Surý ee1f8b60c5 Simplify Address Sanitizer tweaks in mem.c
Previously, whole isc_mempool_get() and isc_mempool_set() would be
replaced by simpler version when run with address sanitizer.

Change the code to limit the fillcount to 1 and freemax to 0.  This
change will make isc_mempool_get() to always allocate and use a single
new item and isc_mempool_put() will always return the item to the
allocator.
2021-12-17 14:43:05 +01:00
..
2021-12-02 14:27:18 +01:00
2021-08-12 09:52:52 -07:00
2021-12-14 15:03:56 +01:00
2021-12-15 09:46:06 -08:00