Home
last modified time | relevance | path

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

/bionic/libc/system_properties/
Dprop_area.cpp146 void* prop_area::allocate_obj(const size_t size, uint_least32_t* const off) { in allocate_obj() function in prop_area
159 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()
/bionic/libc/system_properties/include/system_properties/
Dprop_area.h129 void* allocate_obj(const size_t size, uint_least32_t* const off);