Home | History | Annotate | Download | only in rs

Lines Matching full:startoff

521 void Allocation::incRefs(const void *ptr, size_t ct, size_t startOff) const {
522 mHal.state.type->incRefs(ptr, ct, startOff);
525 void Allocation::decRefs(const void *ptr, size_t ct, size_t startOff) const {
529 mHal.state.type->decRefs(ptr, ct, startOff);