Home | History | Annotate | Download | only in src

Lines Matching refs:Memory

219   // Commit the requested memory at the start of the current allocation block.
253 delete code_range_; // Frees all memory in the virtual memory range.
297 // TODO(gc) make code_range part of memory allocator?
320 // TODO(gc) make code_range part of memory allocator?
503 // Check executable memory limit.
511 // Allocate executable memory either from code range or from the
519 // Update executable memory size.
527 // Update executable memory size.
642 Memory::Address_at(start + s) = kZapValue;
928 // Sometimes we allocate memory from free list but don't
1010 // Set up new space based on the preallocated memory block defined by
1107 // commit/uncommit memory from new space.
1128 // commit/uncommit memory from new space.
1288 // allocate memory from the OS. A SemiSpace is given a contiguous chunk of
1289 // memory of size 'capacity' when set up, and does not grow or shrink
1290 // otherwise. In the mark-compact collector, the memory region of the from
1291 // space is used as the marking stack. It requires contiguous memory
1819 Memory::Address_at(address() + kNextOffset));
1822 Memory::Address_at(address() + kPointerSize));
1845 Memory::Address_at(address() + kNextOffset) =
1848 Memory::Address_at(address() + kPointerSize) =
2010 // Memory in the linear allocation area is counted as allocated. We may free
2230 // doesn't know that memory was 'promised' to large object space.