Home
last modified time | relevance | path

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

/art/runtime/gc/allocator/
Drosalloc.cc963 uint8_t* slot_begin = reinterpret_cast<uint8_t*>(FirstSlot()); in ZeroData() local
964 memset(slot_begin, 0, numOfSlots[idx] * bracketSizes[idx]); in ZeroData()