mirror of
https://github.com/isc-projects/bind9.git
synced 2026-02-28 20:41:18 -05:00
Previously, with BIND 9 internal allocator, when isc_mempool_put() would return memory to the allocator, it would not be freed, but it would be returned to the "freelists" and the memory would not be released to the operating system. Change the isc_mempool_get() and isc_mempool_put() to avoid the internal allocator (mem_getunlocked() and mem_putunlocked()). |
||
|---|---|---|
| .. | ||
| bind9 | ||
| dns | ||
| irs | ||
| isc | ||
| isccc | ||
| isccfg | ||
| ns | ||
| win32/bindevt | ||
| .gitignore | ||
| Kyuafile | ||
| Makefile.in | ||