bind9/doc
Ondřej Surý 1b716a39f5 Simplify isc_mem_create() to always use defaults and never fail
Previously, the isc_mem_create() and isc_mem_createx() functions took `max_size`
and `target_size` as first two arguments.  Those values were never used in the
BIND 9 code.  The refactoring removes those arguments and let BIND 9 always use
the default values.

Previously, the isc_mem_create() and isc_mem_createx() functions could have
failed because of failed memory allocation.  As this was no longer true and the
functions have always returned ISC_R_SUCCESS, the have been refactored to return
void.
2019-09-12 09:26:09 +02:00
..
arm prep for 9.15.4 2019-09-09 13:13:39 +00:00
design Simplify isc_mem_create() to always use defaults and never fail 2019-09-12 09:26:09 +02:00
dev Simplify isc_mem_create() to always use defaults and never fail 2019-09-12 09:26:09 +02:00
doxygen Remove $Id markers, Principal Author and Reviewed tags from the full source tree 2018-05-11 13:17:46 +02:00
misc prep 9.15.3 2019-08-12 14:08:12 +00:00
tex Tweak paragraph style in release notes PDF 2019-06-07 08:37:22 +02:00
xsl Remove $Id markers, Principal Author and Reviewed tags from the full source tree 2018-05-11 13:17:46 +02:00
Makefile.in Update license headers to not include years in copyright in all applicable files 2018-02-23 10:12:02 +01:00