Function ion_c_sys::ion_symbol_table_close[][src]

pub unsafe extern "C" fn ion_symbol_table_close(hsymtab: hSYMTAB) -> iERR

If the given symbol table is its own memory owner, its memory and everything it owns is freed. If the given symbol table has an external owner and that owner has not been freed, this does nothing; this symbol table will be freed when its memory owner is freed. If the given symbol table has an external owner which has been freed, the behavior of this function is undefined. NOTE: Symbol tables constructed and returned by readers and writers are owned by those readers and writers.