Lines Matching full:cptr
1378 char* cptr = ptr;1380 if (VirtualQuery(cptr, &minfo, sizeof(minfo)) == 0)1382 if (minfo.BaseAddress != cptr || minfo.AllocationBase != cptr ||1385 if (VirtualFree(cptr, 0, MEM_RELEASE) == 0)1387 cptr += minfo.RegionSize;