Lines Matching defs:space
257 // the original one, so first the original space's pages must be freed.
265 // Also recreate the ReadOnlyHeap using the this space.
332 ReadOnlyPage::ReadOnlyPage(Heap* heap, BaseSpace* space, size_t chunk_size,
335 : BasicMemoryChunk(heap, space, chunk_size, area_start, area_end,
363 // After we have booted, we have created a map which represents free space
369 // Each page may have a small free space that is not tracked by a free list.
445 ReadOnlySpaceObjectIterator(const Heap* heap, const ReadOnlySpace* space,
447 : cur_addr_(kNullAddress), cur_end_(kNullAddress), space_(space) {}
450 // skipping the special garbage section of which there is one per space.
597 // Mark the old linear allocation area with a free space map so it can be
676 // We don't know exactly how much filler we need to align until space is