Home
last modified time | relevance | path

Searched refs:heim_alloc (Results 1 – 5 of 5) sorted by relevance

/freebsd/crypto/heimdal/base/
H A Dtest_base.c52 ptr = heim_alloc(10, "memory", memory_free); in test_memory()
62 ptr = heim_alloc(10, "memory", NULL); in test_memory()
H A Dversion-script.map4 heim_alloc;
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) in heim_alloc() function
/freebsd/crypto/heimdal/lib/krb5/
H A Dplugin.c480 p = heim_alloc(sizeof(*p), "krb5-plugin", plug_dealloc); in _krb5_load_plugins()
558 pl = heim_alloc(sizeof(*pl), "struct-plug", plug_free); in search_modules()