Home | History | Annotate | Download | only in helgrind

Lines Matching refs:is_inited

1860 void evh__new_mem_heap ( Addr a, SizeT len, Bool is_inited ) {
1863 (void*)a, len, (Int)is_inited );
1864 // We ignore the initialisation state (is_inited); that's ok.