Skip to content

Resolve "Remove ISC_MEMFLAG_INTERNAL"

Ondřej Surý requested to merge 707-remove-isc_memflag_internal into master

This is a MR on top of #706 (closed) where it removes ISC_MEMFLAG_INTERNAL (always used) and ISC_MEMFLAG_NOOP (never used) and cleans up related variables and code that was either always used or never used.

Removal of ISC_MEMFLAG_INTERNAL also removes the special allocator for small blocks that's not useful anymore as general purpose system allocators do better job nowadays then they did in the past.

Closes #707 (closed)

Merge request reports