Searched defs:create_mspace (Results 1 - 1 of 1) sorted by relevance

/external/dlmalloc/
H A Dmalloc.c191 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);
5460 mspace create_mspace(size_t capacity, int locked) { function

Completed in 74 milliseconds