Searched refs:node_cmp_magic (Results 1 – 2 of 2) sorted by relevance
/external/jemalloc/test/unit/ |
D | ph.c | 30 node_cmp_magic(const node_t *a, const node_t *b) { in node_cmp_magic() function 39 ph_gen(static, heap_, heap_t, node_t, link, node_cmp_magic); 92 assert_d_ge(node_cmp_magic(node, parent), 0, in node_validate()
|
/external/jemalloc_new/test/unit/ |
D | ph.c | 31 node_cmp_magic(const node_t *a, const node_t *b) { in node_cmp_magic() function 40 ph_gen(static, heap_, heap_t, node_t, link, node_cmp_magic); 93 assert_d_ge(node_cmp_magic(node, parent), 0, in node_validate()
|