Lines Matching defs:mapped
26 // are mapped on demand.
111 // If heap_start is nonzero, assumes kSpaceSize bytes are already mapped R/W
211 explicit and immediate, so unmapped regions must be explicitly mapped back
318 "%s %02zd (%6zd): mapped: %6zdK allocs: %7zd frees: %7zd inuse: %6zd "
349 Printf("Stats: SizeClassAllocator64: %zdM mapped (%zdM rss) in "
656 // True if the user has already mapped the entire heap R/W.
674 uptr mapped_free_array; // Bytes mapped for freearray.
677 uptr mapped_user; // Bytes mapped for user memory.
678 uptr mapped_meta; // Bytes mapped for metadata.
716 uptr mapped = address_range.Map(beg, size, name);
717 if (UNLIKELY(!mapped))
719 CHECK_EQ(beg, mapped);
843 // All necessary memory is mapped and now it is safe to advance all