ASE allocates space to objects (tables) in 8-page extents.
'Unused' is pages that are allocated to an object that don't yet have any data on them
(an extent might have 2 pages with data on them and 6 pages that are still empty).
The unreserved pages are the extents that are not yet allocated to any object.
-bret