Home | History | Annotate | Download | only in src

Lines Matching defs:msize

875   size_t msize = RoundUp(requested, static_cast<int>(GetPageSize()));
883 msize >= static_cast<size_t>(Page::kPageSize)) {
890 msize,
894 mbase = VirtualAlloc(NULL, msize, MEM_COMMIT | MEM_RESERVE, prot);
903 *allocated = msize;
904 UpdateAllocatedSpaceLimits(mbase, static_cast<int>(msize));