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