Home
last modified time | relevance | path

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

/freebsd/crypto/heimdal/base/
H A Dstring.c85 s = _heim_alloc_object(&_heim_string_object, len + 1); in heim_string_create()
H A Dnumber.c95 n = _heim_alloc_object(&_heim_number_object, sizeof(int)); in heim_number_create()
H A Dheimbasepriv.h82 _heim_alloc_object(heim_type_t type, size_t size);
H A Dheimbase.c293 _heim_alloc_object(heim_type_t type, size_t size) in _heim_alloc_object() function
496 ar = _heim_alloc_object(&_heim_autorel_object, sizeof(struct heim_auto_release)); in heim_auto_release_create()
H A Darray.c78 array = _heim_alloc_object(&array_object, sizeof(*array)); in heim_array_create()
H A Ddict.c116 dict = _heim_alloc_object(&dict_object, sizeof(*dict)); in heim_dict_create()