Do you mean the uga? You can check the uga for a given user by:

select value sess_mem from v$sesstat s, v$statname n
where s.statistics# = n.statistics#
and n.name = 'session uga memory'
and s.sid = (user id you want to check);