Home
last modified time | relevance | path

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

/minix/crypto/external/bsd/heimdal/dist/base/
H A Dstring.c87 s = _heim_alloc_object(&_heim_string_object, len + 1); in heim_string_create()
H A Dnumber.c97 n = _heim_alloc_object(&_heim_number_object, sizeof(int)); in heim_number_create()
H A Dheimbasepriv.h84 _heim_alloc_object(heim_type_t type, size_t size);
H A Darray.c80 array = _heim_alloc_object(&array_object, sizeof(*array)); in heim_array_create()
H A Dheimbase.c295 _heim_alloc_object(heim_type_t type, size_t size) in _heim_alloc_object() function
498 ar = _heim_alloc_object(&_heim_autorel_object, sizeof(struct heim_auto_release)); in heim_auto_release_create()
H A Ddict.c118 dict = _heim_alloc_object(&dict_object, sizeof(*dict)); in heim_dict_create()