Searched refs:allocate_obj (Results 1 – 2 of 2) sorted by relevance
146 void* prop_area::allocate_obj(const size_t size, uint_least32_t* const off) { in allocate_obj() function in prop_area159 void* const p = allocate_obj(sizeof(prop_bt) + namelen + 1, &new_offset); in new_prop_bt()172 void* const p = allocate_obj(sizeof(prop_info) + namelen + 1, &new_offset); in new_prop_info()178 char* long_location = reinterpret_cast<char*>(allocate_obj(valuelen + 1, &long_value_offset)); in new_prop_info()
129 void* allocate_obj(const size_t size, uint_least32_t* const off);