Struct js::jsapi::NotableStringInfo
[−]
[src]
#[repr(C)]pub struct NotableStringInfo { pub _base: StringInfo, pub buffer: *mut c_char, pub length: usize, }
Holds data about a notable string (one which, counting all duplicates, uses more than a certain amount of memory) so we can report it individually.
The only difference between this class and StringInfo is that NotableStringInfo holds a copy of some or all of the string's chars.
Fields
_base: StringInfo
buffer: *mut c_char
length: usize