Struct stack_graphs::c::sg_symbols [−][src]
Expand description
An array of all of the symbols in a stack graph. Symbol handles are indices into this array. There will never be a valid symbol at index 0; a handle with the value 0 represents a missing symbol.
Fields
symbols: *const sg_symbol
count: usize