Home | History | Annotate | Download | only in heap

Lines Matching refs:body_size

960       size_t body_size = commit_size - CodePageGuardStartOffset();
961 if (vm->Commit(body, body_size, true)) {
969 vm->Uncommit(body, body_size);