Creates a new pool from a byte slice.
impl<'a> TaPool<'a> { fn new(pool: &'a mut &'a mut [u8]) -> TaPool<'a> }
A reference to the slice that will be used for allocation.