Searched refs:_heim_alloc_object (Results 1 - 6 of 6) sorted by last modified time

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

Completed in 87 milliseconds