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

/barrelfish-2018-10-04/lib/dmalloc/
H A Ddmalloc.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);
1302 create_mspace creates and returns a new independent space with the
1312 DLMALLOC_EXPORT mspace create_mspace(size_t capacity, int locked);
5482 mspace create_mspace(size_t capacity, int locked) { function

Completed in 43 milliseconds