Lines Matching refs:create_mspace
175 obtained using create_mspace, to control all internal bookkeeping.
180 static mspace mymspace = create_mspace(0,0); // for example
190 if (tlms == 0) tlms = create_mspace(0, 0);
1003 create_mspace creates and returns a new independent space with the
1013 mspace create_mspace(size_t capacity, int locked);
4426 mspace create_mspace(size_t capacity, int locked) {