Function ion_c_sys::ion_symbol_table_open[][src]

pub unsafe extern "C" fn ion_symbol_table_open(
    p_hsymtab: *mut hSYMTAB,
    owner: hOWNER
) -> iERR
Expand description

Allocates a new local symbol table. @param p_hsymtab - Pointer to a handle to the newly-allocated symbol table. @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.