Home | History | Annotate | Download | only in upstream-dlmalloc

Lines Matching defs:cptr

1682   char* cptr = (char*)ptr;
1684 if (VirtualQuery(cptr, &minfo, sizeof(minfo)) == 0)
1686 if (minfo.BaseAddress != cptr || minfo.AllocationBase != cptr ||
1689 if (VirtualFree(cptr, 0, MEM_RELEASE) == 0)
1691 cptr += minfo.RegionSize;