| /src/external/bsd/jemalloc.old/dist/include/jemalloc/internal/ |
| ph.h | 195 * functions generated by an equivalently parameterized call to ph_gen(). 208 * The ph_gen() macro generates a type-specific pairing heap implementation, 211 #define ph_gen(a_attr, a_prefix, a_ph_type, a_type, a_field, a_cmp) \ macro
|
| /src/external/bsd/jemalloc.old/include/jemalloc/internal/ |
| ph.h | 195 * functions generated by an equivalently parameterized call to ph_gen(). 208 * The ph_gen() macro generates a type-specific pairing heap implementation, 211 #define ph_gen(a_attr, a_prefix, a_ph_type, a_type, a_field, a_cmp) \ macro
|
| /src/external/bsd/jemalloc/dist/src/ |
| hpdata.c | 18 ph_gen(, hpdata_age_heap, hpdata_t, age_link, hpdata_age_comp) function
|
| /src/external/bsd/jemalloc/dist/include/jemalloc/internal/ |
| ph.h | 452 * functions generated by an equivalently parameterized call to ph_gen(). 465 /* The ph_gen() macro generates a type-specific pairing heap implementation. */ 466 #define ph_gen(a_attr, a_prefix, a_type, a_field, a_cmp) \ macro
|
| /src/external/bsd/jemalloc/include/jemalloc/internal/ |
| ph.h | 452 * functions generated by an equivalently parameterized call to ph_gen(). 465 /* The ph_gen() macro generates a type-specific pairing heap implementation. */ 466 #define ph_gen(a_attr, a_prefix, a_type, a_field, a_cmp) \ macro
|
| /src/external/bsd/jemalloc.old/dist/src/ |
| extent.c | 122 ph_gen(UNUSED, extent_avail_, extent_tree_t, extent_t, ph_link, 278 ph_gen(, extent_heap_, extent_heap_t, extent_t, ph_link, extent_snad_comp) function
|