Searched refs:commit_start (Results 1 – 1 of 1) sorted by relevance
665 Address commit_start = RoundUp(mem.start, AllocatePageSize()); in AllocateForCode() local675 if (commit_start < commit_end) { in AllocateForCode()684 it != rend && commit_start < commit_end; ++it) { in AllocateForCode()686 Address start = std::max(commit_start, it->address()); in AllocateForCode()696 size_t commit_size = static_cast<size_t>(commit_end - commit_start); in AllocateForCode()698 if (!wasm_code_manager_->Commit(commit_start, commit_size)) { in AllocateForCode()