bind9/lib/isc/include
Ondřej Surý a32d06dd42
Use custom isc_mem based allocator for libuv
The libuv library provides a way to replace the default allocator with
user supplied allocator (malloc, realloc, calloc and free).

Create a memory context specifically for libuv to allow tracking the
memory usage that has originated from within libuv.  This requires
libuv >= 1.38.0 which provides uv_library_shutdown() function that
assures no more allocations will be made.
2022-09-27 17:10:42 +02:00
..
isc Use custom isc_mem based allocator for libuv 2022-09-27 17:10:42 +02:00
.clang-format Add separate .clang-format files for headers 2020-02-14 09:31:05 +01:00