var searchIndex = {}; searchIndex["mempool"] = {"doc":"This crate provides a fast thread safe memory pool for reusing allocations.","items":[[3,"Pool","mempool","A fast memory pool.",null,null],[3,"RefGuard","","A guard for putting values back into the pool on drop.",null,null],[3,"Guard","","A guard for putting values back into the pool on drop.",null,null],[6,"CreateFn","","The type of an initialization function.",null,null],[11,"clone","","",0,null],[11,"fmt","","",0,null],[11,"fmt","","",1,null],[11,"fmt","","",2,null],[11,"new","","Create a new memory pool with the given initialization function.",0,{"inputs":[{"name":"createfn"}],"output":{"name":"pool"}}],[11,"get","","Get a new value from the pool.",0,null],[11,"get_ref","","Get a new value from the pool.",0,null],[11,"drop","","",1,null],[11,"deref","","",1,null],[11,"deref_mut","","",1,null],[11,"drop","","",2,null],[11,"deref","","",2,null],[11,"deref_mut","","",2,null]],"paths":[[3,"Pool"],[3,"RefGuard"],[3,"Guard"]]}; initSearch(searchIndex);