var searchIndex = {}; searchIndex["malloc_buf"] = {"doc":"","items":[[3,"MallocBuffer","malloc_buf","A type that represents a `malloc`'d chunk of memory.",null,null],[3,"MallocString","","A type that represents a `malloc`'d string.",null,null],[11,"new","","Constructs a new `MallocBuffer` for a `malloc`'d buffer\nwith the given length at the given pointer.\nReturns `None` if the given pointer is null and the length is not 0.",0,null],[11,"deref","","",0,null],[11,"new","","Constructs a new `MallocString` for a `malloc`'d C string buffer.\nReturns `None` if the given pointer is null or the C string isn't UTF8.\nWhen this `MallocString` drops, the buffer will be `free`'d.",1,null],[11,"deref","","",1,null]],"paths":[[3,"MallocBuffer"],[3,"MallocString"]]}; initSearch(searchIndex);