Home | History | Annotate | Download | only in src

Lines Matching defs:mbase

888   LPVOID mbase = RandomizedVirtualAlloc(msize,
892 if (mbase == NULL) {
897 ASSERT(IsAligned(reinterpret_cast<size_t>(mbase), OS::AllocateAlignment()));
900 return mbase;