Lines Matching full:commit
29 bool *commit, unsigned arena_ind)
33 "*commit=%s, arena_ind=%u)\n", __func__, new_addr, size, alignment,
34 *zero ? "true" : "false", *commit ? "true" : "false", arena_ind);
36 return (old_hooks.alloc(new_addr, size, alignment, zero, commit,
61 err = old_hooks.commit(chunk, size, offset, length, arena_ind);
158 assert_ptr_ne(old_hooks.commit, chunk_commit,
159 "Unexpected commit error");
206 /* Test decommit/commit and observe split/merge. */
221 assert_b_eq(did_decommit, did_commit, "Expected decommit/commit match");
258 assert_b_eq(did_decommit, did_commit, "Expected decommit/commit match");
276 assert_ptr_eq(old_hooks.commit, orig_hooks.commit,
277 "Unexpected commit error");