remove_memarea_freelist 221 B

1234
  1. o Removed features:
  2. - We no longer maintain an internal freelist in memarea.c. Allocators
  3. should be good enough to make this code unnecessary, and it's doubtful
  4. that it ever had any performance benefit.