Files
bind9/lib/isc
Colin Vidal 80e7c8bcb1 Memory tidy-up
- pack the cfgmgr type enum, so it likely takes 1 byte rather than 4
  bytes

- when putting a string in LMDB, let's allocate only the size of type +
  strlen(string) + 1, instead of the size of the whole cfgmgr_val_t +
  strlen(string) + 1. It needs a special threatment when reading, but
  probably worth it considering cfgmgr_val_t is not tiny (and will
  likely grows up)
2025-02-24 10:35:39 +01:00
..
2025-02-24 10:35:39 +01:00
2025-02-24 10:35:39 +01:00
2025-02-21 09:51:42 +00:00
2025-01-23 15:54:57 -08:00
2025-01-23 15:54:57 -08:00
2025-01-23 15:54:57 -08:00
2024-12-11 17:11:32 +00:00
2025-01-23 15:54:57 -08:00
2025-02-20 10:56:00 +00:00
2024-11-22 15:00:55 +01:00
2025-01-23 15:54:57 -08:00
2025-02-17 11:43:19 +01:00