Home
last modified time | relevance | path

Searched refs:witness_comp_t (Results 1 – 4 of 4) sorted by relevance

/external/jemalloc/include/jemalloc/internal/
Dwitness.h7 typedef int witness_comp_t (const witness_t *, const witness_t *); typedef
63 witness_comp_t *comp;
74 witness_comp_t *comp);
/external/jemalloc_new/include/jemalloc/internal/
Dwitness.h76 typedef int witness_comp_t (const witness_t *, void *, const witness_t *, typedef
94 witness_comp_t *comp;
143 witness_comp_t *comp, void *opaque);
/external/jemalloc_new/src/
Dwitness.c10 witness_comp_t *comp, void *opaque) { in witness_init()
/external/jemalloc/src/
Dwitness.c6 witness_comp_t *comp) in witness_init()