HomeSort by: relevance | last modified time | path
    Searched defs:phnrest (Results 1 - 2 of 2) sorted by relevancy

  /src/external/bsd/jemalloc/dist/include/jemalloc/internal/
ph.h 168 void *phnrest = phn_next_get(phn1, offset); local
169 if (phnrest != NULL) {
170 phn_prev_set(phnrest, NULL, offset);
178 phn0 = phnrest;
182 phnrest = phn_next_get(phn1, offset);
183 if (phnrest != NULL) {
184 phn_prev_set(phnrest, NULL, offset);
193 phn0 = phnrest;
  /src/external/bsd/jemalloc/include/jemalloc/internal/
ph.h 168 void *phnrest = phn_next_get(phn1, offset); local
169 if (phnrest != NULL) {
170 phn_prev_set(phnrest, NULL, offset);
178 phn0 = phnrest;
182 phnrest = phn_next_get(phn1, offset);
183 if (phnrest != NULL) {
184 phn_prev_set(phnrest, NULL, offset);
193 phn0 = phnrest;

Completed in 20 milliseconds