HomeSort by relevance Sort by last modified time
    Searched refs:ph_gen (Results 1 - 6 of 6) sorted by null

  /external/jemalloc/test/unit/
ph.c 39 ph_gen(static, heap_, heap_t, node_t, link, node_cmp_magic);
  /external/jemalloc_new/test/unit/
ph.c 40 ph_gen(static, heap_, heap_t, node_t, link, node_cmp_magic);
  /external/jemalloc/include/jemalloc/internal/
ph.h 192 * functions generated by an equivalently parameterized call to ph_gen().
203 * The ph_gen() macro generates a type-specific pairing heap implementation,
206 #define ph_gen(a_attr, a_prefix, a_ph_type, a_type, a_field, a_cmp) \ macro
  /external/jemalloc_new/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
  /external/jemalloc_new/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
    [all...]
  /external/jemalloc/src/
arena.c 112 ph_gen(static UNUSED, arena_run_heap_, arena_run_heap_t, arena_chunk_map_misc_t,
    [all...]

Completed in 459 milliseconds