Home
last modified time | relevance | path

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

/bionic/libc/system_properties/
Dprop_area.cpp150 void* prop_area::allocate_obj(const size_t size, uint_least32_t* const off) { in allocate_obj() function in prop_area
164 void* const p = allocate_obj(sizeof(prop_trie_node) + namelen + 1, &new_offset); in new_prop_trie_node()
175 void* const p = allocate_obj(sizeof(prop_info) + namelen + 1, &new_offset); in new_prop_info()
181 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.h144 void* allocate_obj(const size_t size, uint_least32_t* const off);