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

/bionic/libc/system_properties/
H A Dprop_area.cpp146 void* prop_area::allocate_obj(const size_t size, uint_least32_t* const off) { function in class:prop_area
159 void* const p = allocate_obj(sizeof(prop_bt) + namelen + 1, &new_offset);
172 void* const p = allocate_obj(sizeof(prop_info) + namelen + 1, &new_offset);
178 char* long_location = reinterpret_cast<char*>(allocate_obj(valuelen + 1, &long_value_offset));
/bionic/libc/system_properties/include/system_properties/
H A Dprop_area.h129 void* allocate_obj(const size_t size, uint_least32_t* const off);

Completed in 107 milliseconds