Home | History | Annotate | Download | only in src

Lines Matching defs:msize

926   size_t msize = RoundUp(requested, static_cast<int>(GetPageSize()));
931 LPVOID mbase = RandomizedVirtualAlloc(msize,
942 *allocated = msize;
943 UpdateAllocatedSpaceLimits(mbase, static_cast<int>(msize));