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

  /src/external/bsd/jemalloc/dist/include/jemalloc/internal/
ph.h 463 * needed for BFS. Next, call ph_enumerate_next to get the next element in
464 * the enumeration. When enumeration ends, ph_enumerate_next returns NULL and
477 ph_enumerate_next( function
590 return ph_enumerate_next(&ph->ph, offsetof(a_type, a_field), \
  /src/external/bsd/jemalloc/include/jemalloc/internal/
ph.h 463 * needed for BFS. Next, call ph_enumerate_next to get the next element in
464 * the enumeration. When enumeration ends, ph_enumerate_next returns NULL and
477 ph_enumerate_next( function
590 return ph_enumerate_next(&ph->ph, offsetof(a_type, a_field), \

Completed in 34 milliseconds