Lines Matching refs:create_mspace
181 obtained using create_mspace, to control all internal bookkeeping.
186 static mspace mymspace = create_mspace(0,0); // for example
196 if (tlms == 0) tlms = create_mspace(0, 0);
1126 create_mspace creates and returns a new independent space with the
1136 mspace create_mspace(size_t capacity, int locked);
4975 mspace create_mspace(size_t capacity, int locked) {