Home | History | Annotate | Download | only in heap

Lines Matching refs:Commit

133     if (!code_range_->Commit(base, reserved_area, true)) {
262 // Commit the requested memory at the start of the current allocation block.
470 if (reservation.Commit(base, commit_size, false)) {
478 // Failed to commit the body. Release the mapping and any partially
544 // Commit MemoryChunk area to the requested size.
555 // Commit size should be less or equal than the reserved size.
952 // Commit page header (not executable).
955 Commit(header, header_size, false)) {
958 // Commit page body (executable).
961 if (vm->Commit(body, body_size, true)) {
1348 if (!to_space_.Commit()) {
1399 // commit/uncommit memory from new space.
1420 // commit/uncommit memory from new space.
1755 bool SemiSpace::Commit() {
1807 if (!Commit()) return false;