Function boehm::tracing::make_descriptor
pub fn make_descriptor(bitmap: &[bool]) -> GC_descr
Construct a tracing descriptor out of the bitmap
, which should
be true for each word that is possibly a pointer.
pub fn make_descriptor(bitmap: &[bool]) -> GC_descr
Construct a tracing descriptor out of the bitmap
, which should
be true for each word that is possibly a pointer.
Prefix searches with a type followed by a colon (e.g.
fn:
) to restrict the search to a given type.
Accepted types are: fn
, mod
,
struct
(or str
), enum
,
trait
, typedef
(or
tdef
).