mirror of
https://github.com/isc-projects/bind9.git
synced 2026-02-25 10:59:35 -05:00
For small sized allocations, the internal allocator gets the memory in bigger blobs that gets splits into right-sized chunks. This increases speed of small allocations and reduced the fragmentation, but such memory is never released back to the operating system. Disable the internal allocator by default, and add new `-M internal` command line option to `named`. |
||
|---|---|---|
| .. | ||
| check | ||
| confgen | ||
| delv | ||
| dig | ||
| dnssec | ||
| named | ||
| nsupdate | ||
| pkcs11 | ||
| plugins | ||
| python | ||
| rndc | ||
| tests | ||
| tools | ||
| win32/BINDInstall | ||
| Makefile.in | ||