Searched refs:cptr (Results 26 - 27 of 27) sorted by relevance

12

/barrelfish-2018-10-04/lib/dmalloc/
H A Ddmalloc.c1669 char* cptr = (char*)ptr; local
1671 if (VirtualQuery(cptr, &minfo, sizeof(minfo)) == 0)
1673 if (minfo.BaseAddress != cptr || minfo.AllocationBase != cptr ||
1676 if (VirtualFree(cptr, 0, MEM_RELEASE) == 0)
1678 cptr += minfo.RegionSize;
/barrelfish-2018-10-04/lib/pcre/
H A Dpcre_compile.c4127 cptr points to starting character value; updated
4139 get_othercase_range(pcre_uint32 *cptr, pcre_uint32 d, pcre_uint32 *ocptr, argument
4148 for (c = *cptr; c <= d; c++)
4153 *cptr = c; /* Rest of input range */
4175 *cptr = c; /* Rest of input range */

Completed in 83 milliseconds

12