Function ion_c_sys::ion_symbol_table_clone_with_owner[][src]

pub unsafe extern "C" fn ion_symbol_table_clone_with_owner(
    hsymtab: hSYMTAB,
    p_hclone: *mut hSYMTAB,
    owner: hOWNER
) -> iERR

Clones the given symbol table, using the given owner as the newly-allocated symbol table’s memory owner. @param hsymtab - They symbol table to clone. @param p_hclone - Pointer to a handle to the newly-allocated symbol table clone. @param owner - Handle to the new symbol table’s memory owner. If NULL, the resulting symbol table is its own memory owner and must be freed using ion_symbol_table_close.