Searched refs:commit_start (Results 1 – 1 of 1) sorted by relevance
755 Address commit_start = RoundUp(code_space.begin(), commit_page_size); in AllocateForCodeInRegion() local756 if (commit_start != code_space.begin()) { in AllocateForCodeInRegion()757 MakeWritable({commit_start - commit_page_size, commit_page_size}); in AllocateForCodeInRegion()769 if (commit_start < commit_end) { in AllocateForCodeInRegion()771 {commit_start, commit_end - commit_start}, owned_code_space_)) { in AllocateForCodeInRegion()774 committed_code_space_.fetch_add(commit_end - commit_start); in AllocateForCodeInRegion()779 InsertIntoWritableRegions({commit_start, commit_end - commit_start}, in AllocateForCodeInRegion()