Home
last modified time | relevance | path

Searched refs:rs_ops (Results 1 – 3 of 3) sorted by relevance

/illumos-gate/usr/src/lib/libdemangle/common/
H A Drust.c31 return (zalloc(st->rs_ops, len)); in rust_cualloc()
38 xfree(st->rs_ops, p, len); in rust_cufree()
358 st->rs_ops = ops; in rust_init_state()
H A Drust-v0puny.c90 buf = xcalloc(st->rs_ops, bufalloc, sizeof (uint32_t)); in rustv0_puny_decode()
241 xfree(st->rs_ops, buf, bufalloc * sizeof (uint32_t)); in rustv0_puny_decode()
H A Drust.h38 sysdem_ops_t *rs_ops; member