Home | History | Annotate | Download | only in upstream-dlmalloc

Lines Matching refs:create_mspace

191   obtained using create_mspace, to control all internal bookkeeping.
196 static mspace mymspace = create_mspace(0,0); // for example
206 if (tlms == 0) tlms = create_mspace(0, 0);
1275 create_mspace creates and returns a new independent space with the
1285 DLMALLOC_EXPORT mspace create_mspace(size_t capacity, int locked);
5446 mspace create_mspace(size_t capacity, int locked) {