Files
bind9/lib/isc
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-09 12:25:21 +01:00
2021-06-09 14:35:14 +02:00
2021-09-17 07:09:50 +02:00
2021-12-09 14:02:36 +01:00
2021-06-09 14:35:14 +02:00
2021-07-13 09:12:04 +02:00
2021-10-12 13:11:13 -07:00
2021-08-24 09:07:15 +02:00