Run test-pool.c This testing client only allows for 26 different allocations (one per lower case letter), although the actual implementation is only limited by memory availability.
LET is a lowercase letter from a..z to identify each allocation
create INT: create the pool of sizeINTdestroy: destroy the current poolalloc LET INT: allocate memory toLETof sizeINTfree LET: free memory associated withLETrealloc LET INT: reallocate memory associated withLETto sizeINTactive: print activeavailable: print availableexit: quit