Searched refs:bytes_used_ (Results 1 – 2 of 2) sorted by relevance
108 bytes_used_ = sizeof(prop_bt); in prop_area()122 bytes_used_ += __BIONIC_ALIGN(PROP_VALUE_MAX, sizeof(uint_least32_t)); in prop_area()171 uint32_t bytes_used_; variable
148 if (bytes_used_ + aligned > pa_data_size_) { in allocate_obj()152 *off = bytes_used_; in allocate_obj()153 bytes_used_ += aligned; in allocate_obj()