Home
last modified time | relevance | path

Searched refs:cur_index_ (Results 1 – 2 of 2) sorted by relevance

/bionic/libc/malloc_debug/
DRecordData.cpp125 unsigned int last_entry_index = cur_index_.exchange(static_cast<unsigned int>(num_entries_)); in Dump()
159 cur_index_ = 0U; in Dump()
164 cur_index_ = last_entry_index; in Dump()
191 cur_index_ = 0; in Initialize()
204 unsigned int entry_index = cur_index_.fetch_add(1); in AddEntryOnly()
DRecordData.h169 std::atomic_uint cur_index_; variable