Home | History | Annotate | Download | only in heap

Lines Matching full:currently_committed

1979     size_t currently_committed = marking_deque_memory_committed_;
1981 if (currently_committed == size) return;
1983 if (currently_committed > size) {
1986 currently_committed - size);
1995 reinterpret_cast<Address>(memory->address()) + currently_committed,
1996 size - currently_committed,