bind9/lib/isccfg
Colin Vidal 9c82d15bc2 shrunk cfgobj down from 48 bytes to 40 bytes
Follow-up of 38ce2906 as the size of the `cfg_obj_t` can actually goes
down to 40 bytes "for free", by using bitfields to only use 31 bits for
the `line` field, so the remaining bit can be use to hold the `cloned`
state without paying the extra 8 bytes padding.
2025-12-06 08:51:23 +01:00
..
include shrunk cfgobj down from 48 bytes to 40 bytes 2025-12-06 08:51:23 +01:00
aclconf.c use a standard CLEANUP macro 2025-12-03 13:45:43 -08:00
check.c use a standard CLEANUP macro 2025-12-03 13:45:43 -08:00
duration.c Remove redundant parentheses from the return statement 2024-11-19 12:27:22 +01:00
kaspconf.c use a standard CLEANUP macro 2025-12-03 13:45:43 -08:00
meson.build replace the build system with meson 2025-06-11 10:30:12 +03:00
namedconf.c shrunk cfgobj down to 48bytes 2025-12-05 08:59:53 +01:00
parser.c shrunk cfgobj down from 48 bytes to 40 bytes 2025-12-06 08:51:23 +01:00
tests Move all the unit tests to /tests/<libname>/ 2022-05-28 14:53:02 -07:00