Lines Matching defs:mspace
313 // Mspace for raw dlmalloc operations
314 void* mspace = space->GetMspace();
316 // mspace's footprint equals amount of resources requested from system
317 size_t footprint = mspace_footprint(mspace);
319 // mspace must at least have its book keeping allocated
322 // mspace but it shouldn't exceed the initial size
328 // this invariant should always hold or else the mspace has grown to be larger than what the
359 footprint = mspace_footprint(mspace);
398 footprint = mspace_footprint(mspace);
424 footprint = mspace_footprint(mspace);
443 footprint = mspace_footprint(mspace);
452 footprint = mspace_footprint(mspace);