Searched refs:__pcur (Results 1 – 1 of 1) sorted by relevance
469 _Obj *__pcur = _S_chunks, *__pnext; in _S_chunk_dealloc() local470 while (__pcur != 0) { in _S_chunk_dealloc()471 __pnext = __pcur->_M_next; in _S_chunk_dealloc()472 __stlp_delete_chunck(__pcur); in _S_chunk_dealloc()473 __pcur = __pnext; in _S_chunk_dealloc()