Searched refs:_heim_alloc_object (Results 1 – 6 of 6) sorted by relevance
85 s = _heim_alloc_object(&_heim_string_object, len + 1); in heim_string_create()
95 n = _heim_alloc_object(&_heim_number_object, sizeof(int)); in heim_number_create()
82 _heim_alloc_object(heim_type_t type, size_t size);
293 _heim_alloc_object(heim_type_t type, size_t size) in _heim_alloc_object() function496 ar = _heim_alloc_object(&_heim_autorel_object, sizeof(struct heim_auto_release)); in heim_auto_release_create()
78 array = _heim_alloc_object(&array_object, sizeof(*array)); in heim_array_create()
116 dict = _heim_alloc_object(&dict_object, sizeof(*dict)); in heim_dict_create()