Home
last modified time | relevance | path

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

/bionic/libc/malloc_debug/
DRecordData.cpp132 unsigned int last_entry_index = cur_index_.exchange(static_cast<unsigned int>(num_entries_)); in Dump()
166 cur_index_ = 0U; in Dump()
171 cur_index_ = last_entry_index; in Dump()
199 cur_index_ = 0; in Initialize()
212 unsigned int entry_index = cur_index_.fetch_add(1); in AddEntryOnly()
DRecordData.h170 std::atomic_uint cur_index_; variable