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

  /src/external/bsd/jemalloc.old/dist/include/jemalloc/internal/
ph.h 35 #define phn_lchild_set(a_type, a_field, a_phn, a_lchild) do { \ macro
64 phn_lchild_set(a_type, a_field, a_phn0, a_phn1); \
348 phn_lchild_set(a_type, a_field, parent, \
371 phn_lchild_set(a_type, a_field, parent, next); \
  /src/external/bsd/jemalloc.old/include/jemalloc/internal/
ph.h 35 #define phn_lchild_set(a_type, a_field, a_phn, a_lchild) do { \ macro
64 phn_lchild_set(a_type, a_field, a_phn0, a_phn1); \
348 phn_lchild_set(a_type, a_field, parent, \
371 phn_lchild_set(a_type, a_field, parent, next); \
  /src/external/bsd/jemalloc/dist/include/jemalloc/internal/
ph.h 93 phn_lchild_set(void *phn, void *lchild, size_t offset) { function
132 phn_lchild_set(phn0, phn1, offset);
330 phn_lchild_set(phn, ph->root, offset);
406 phn_lchild_set(parent, replace, offset);
423 phn_lchild_set(parent, next, offset);
  /src/external/bsd/jemalloc/include/jemalloc/internal/
ph.h 93 phn_lchild_set(void *phn, void *lchild, size_t offset) { function
132 phn_lchild_set(phn0, phn1, offset);
330 phn_lchild_set(phn, ph->root, offset);
406 phn_lchild_set(parent, replace, offset);
423 phn_lchild_set(parent, next, offset);

Completed in 17 milliseconds