This routine adds the specified memory to the free list. The free list will be extended (if required). If there is not enough memory to complete the call, NULL is returned.
Note that AddFreeList() does NOT allocate the requested memory. It only records the memory in the free list.