bm_alloc
struct bitmap bm_alloc(int size);
bm = bm_alloc(cnf->max_gid - cnf->min_gid + 1);
bm = bm_alloc(cnf->max_uid - cnf->min_uid + 1);