Lines Matching full:commit_size
8371 " long commit_size = CEIL (to_commit, g_my_pagesize);\n" +
8373 commit_size - (char *) g_last->top_reserved;\n" +
8474 " commit_size = CEIL (to_commit, g_my_pagesize);\n" +
8484 " commit_size = CEIL (to_commit, g_my_pagesize);\n" +
8490 " assert (0 < commit_size && commit_size % g_pagesize == 0); {\n" +
8492 " void *base_committed = VirtualAlloc (g_last->top_committed, commit_size,\n" +
8500 " printf (\"Commit %p %d\\n\", base_committed, commit_size);\n" +
8503 " g_last->top_committed = (char *) base_committed + commit_size;\n" +