Lines Matching defs:mbase
931 LPVOID mbase = RandomizedVirtualAlloc(msize,935 if (mbase == NULL) {940 ASSERT(IsAligned(reinterpret_cast<size_t>(mbase), OS::AllocateAlignment()));943 UpdateAllocatedSpaceLimits(mbase, static_cast<int>(msize));944 return mbase;