Searched refs:heim_alloc (Results 1 - 4 of 4) sorted by relevance

/freebsd-12-stable/crypto/heimdal/base/
H A Dtest_base.c52 ptr = heim_alloc(10, "memory", memory_free);
62 ptr = heim_alloc(10, "memory", NULL);
H A Dheimbase.h73 heim_alloc(size_t size, const char *name, heim_type_dealloc dealloc);
H A Dheimbase.c253 heim_alloc(size_t size, const char *name, heim_type_dealloc dealloc) function
/freebsd-12-stable/crypto/heimdal/lib/krb5/
H A Dplugin.c480 p = heim_alloc(sizeof(*p), "krb5-plugin", plug_dealloc);
558 pl = heim_alloc(sizeof(*pl), "struct-plug", plug_free);

Completed in 57 milliseconds