Function maskerad_memory_allocators::utils::un_bitpack_type_description_ptr [] [src]

pub fn un_bitpack_type_description_ptr(
    p: usize
) -> (*const TypeDescription, bool)

Decode the given memory location, extracting:

  • the TypeDescription of the object residing in this memory location.

  • Whether or not the object has been initialized.

This is reciprocal of bitpack_type_description_ptr.