v1.0.1
This release is a minor update that fixes Issue #11 where a failed realloc() returned 0 and also returned the original block back to the free list. A failed realloc() should return 0 and leave the original block intact so that the caller can take an alternate strategy.