bind9/tests/bench
Ondřej Surý f7e5c1db38
Change the 'isc_g_mctx' to be always available
This required couple of internal changes to the isc_mem_debugging.

The isc_mem_debugging is now internal to isc_mem unit and there are
three new functions:

1. isc_mem_setdebugging() can change the debugging setting for an
   individual memory context.  This is need for the memory contexts used
   for OpenSSL, libxml and libuv accounting as recording and tracing
   memory is broken there.

2. isc_mem_debugon() / isc_mem_debugoff() can be used to change default
   memory debugging flags as well as debugging flags for isc_g_mctx.

Additionally, the memory debugging is inconsistent across the code-base.
For now, we are keeping the existing flags, but three new environment
variables have been added 'ISC_MEM_DEBUGRECORD', 'ISC_MEM_DEBUGTRACE'
and 'ISC_MEM_DEBUGUSAGE' to set the global debugging flags at any
program using the memory contexts.
2025-08-04 11:29:50 +02:00
..
.gitignore Add qplookups test to .gitignore 2023-10-13 09:00:43 +02:00
ascii.c Move the library init and shutdown to executables 2025-02-22 16:19:00 +01:00
compress.c Change the 'isc_g_mctx' to be always available 2025-08-04 11:29:50 +02:00
dns_name_fromwire.c Move the library init and shutdown to executables 2025-02-22 16:19:00 +01:00
iterated_hash.c Move the library init and shutdown to executables 2025-02-22 16:19:00 +01:00
load-names.c Change the 'isc_g_mctx' to be always available 2025-08-04 11:29:50 +02:00
meson.build replace the build system with meson 2025-06-11 10:30:12 +03:00
names.csv Add base testing set of names for load-names benchmark 2023-10-09 21:04:21 +02:00
qp-dump.c Change the 'isc_g_mctx' to be always available 2025-08-04 11:29:50 +02:00
qplookups.c Change the 'isc_g_mctx' to be always available 2025-08-04 11:29:50 +02:00
qpmulti.c Change the 'isc_g_mctx' to be always available 2025-08-04 11:29:50 +02:00
siphash.c Move the library init and shutdown to executables 2025-02-22 16:19:00 +01:00