bind9/lib
Ondřej Surý aeb3d1cab3 Add isc_mem_reget() function to realloc isc_mem_get allocations
The isc_mem_get() and isc_mem_put() functions are leaving the memory
allocation size tracking to the users of the API, while
isc_mem_allocate() and isc_mem_free() would track the sizes internally.
This allowed to have isc_mem_rellocate() to manipulate the memory
allocations by the later set, but not the former set of the functions.

This commit introduces isc_mem_reget(ctx, old_ptr, old_size, new_size)
function that operates on the memory allocations with external size
tracking completing the API.
2021-09-23 11:18:07 -07:00
..
bind9 Remove the mastefile-format map option 2021-09-17 07:09:50 +02:00
dns Remove the mastefile-format map option 2021-09-17 07:09:50 +02:00
irs Check parsed resconf values 2021-08-12 09:52:52 -07:00
isc Add isc_mem_reget() function to realloc isc_mem_get allocations 2021-09-23 11:18:07 -07:00
isccc Remove native PKCS#11 support 2021-09-09 15:35:39 +02:00
isccfg Remove the mastefile-format map option 2021-09-17 07:09:50 +02:00
ns Remove the code to adjust listening interfaces for *-source-v6 2021-09-14 14:51:03 +02:00
.gitignore The isc/platform.h header has been completely removed 2021-07-06 05:33:48 +00:00
Makefile.am move samples/resolve.c to bin/tests/system 2021-04-16 14:29:43 +02:00
unit-test-driver.sh.in Enforce a run time limit on unit test binaries 2021-04-07 11:41:45 +02:00