Searched refs:heim_alloc (Results 1 – 5 of 5) sorted by relevance
/freebsd/crypto/heimdal/base/ |
H A D | test_base.c | 52 ptr = heim_alloc(10, "memory", memory_free); in test_memory() 62 ptr = heim_alloc(10, "memory", NULL); in test_memory()
|
H A D | version-script.map | 4 heim_alloc;
|
H A D | heimbase.h | 73 heim_alloc(size_t size, const char *name, heim_type_dealloc dealloc);
|
H A D | heimbase.c | 253 heim_alloc(size_t size, const char *name, heim_type_dealloc dealloc) in heim_alloc() function
|
/freebsd/crypto/heimdal/lib/krb5/ |
H A D | plugin.c | 480 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()
|