Resolve "Remove ISC_MEMFLAG_INTERNAL"
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)