Isn't it just this?
Code:
name[0] = new bool[ m ];
name[1] = new bool[ n ];
(m and n are arbitrary)