Home
last modified time | relevance | path

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

/bionic/libc/bionic/
Dsystem_properties.cpp293 static void *allocate_obj(const size_t size, uint_least32_t *const off) in allocate_obj() function
309 void *const p = allocate_obj(sizeof(prop_bt) + namelen + 1, &new_offset); in new_prop_bt()
323 void* const p = allocate_obj(sizeof(prop_info) + namelen + 1, &new_offset); in new_prop_info()