Searched refs:alloc_f (Results 1 - 6 of 6) sorted by relevance

/freebsd-11-stable/contrib/gcclibs/libiberty/
H A Dhashtab.c289 htab_del del_f, htab_alloc alloc_f, htab_free free_f)
297 result = (htab_t) (*alloc_f) (1, sizeof (struct htab));
300 result->entries = (PTR *) (*alloc_f) (size, sizeof (PTR));
312 result->alloc_f = alloc_f;
317 /* As above, but use the variants of alloc_f and free_f which accept
323 htab_alloc_with_arg alloc_f,
332 result = (htab_t) (*alloc_f) (alloc_arg, 1, sizeof (struct htab));
335 result->entries = (PTR *) (*alloc_f) (alloc_arg, size, sizeof (PTR));
348 result->alloc_with_arg_f = alloc_f;
288 htab_create_alloc(size_t size, htab_hash hash_f, htab_eq eq_f, htab_del del_f, htab_alloc alloc_f, htab_free free_f) argument
321 htab_create_alloc_ex(size_t size, htab_hash hash_f, htab_eq eq_f, htab_del del_f, void *alloc_arg, htab_alloc_with_arg alloc_f, htab_free_with_arg free_f) argument
356 htab_set_functions_ex(htab_t htab, htab_hash hash_f, htab_eq eq_f, htab_del del_f, PTR alloc_arg, htab_alloc_with_arg alloc_f, htab_free_with_arg free_f) argument
[all...]
/freebsd-11-stable/contrib/binutils/libiberty/
H A Dhashtab.c289 htab_del del_f, htab_alloc alloc_f, htab_free free_f)
297 result = (htab_t) (*alloc_f) (1, sizeof (struct htab));
300 result->entries = (PTR *) (*alloc_f) (size, sizeof (PTR));
312 result->alloc_f = alloc_f;
317 /* As above, but use the variants of alloc_f and free_f which accept
323 htab_alloc_with_arg alloc_f,
332 result = (htab_t) (*alloc_f) (alloc_arg, 1, sizeof (struct htab));
335 result->entries = (PTR *) (*alloc_f) (alloc_arg, size, sizeof (PTR));
348 result->alloc_with_arg_f = alloc_f;
288 htab_create_alloc(size_t size, htab_hash hash_f, htab_eq eq_f, htab_del del_f, htab_alloc alloc_f, htab_free free_f) argument
321 htab_create_alloc_ex(size_t size, htab_hash hash_f, htab_eq eq_f, htab_del del_f, void *alloc_arg, htab_alloc_with_arg alloc_f, htab_free_with_arg free_f) argument
356 htab_set_functions_ex(htab_t htab, htab_hash hash_f, htab_eq eq_f, htab_del del_f, PTR alloc_arg, htab_alloc_with_arg alloc_f, htab_free_with_arg free_f) argument
[all...]
/freebsd-11-stable/contrib/gcclibs/include/
H A Dhashtab.h131 htab_alloc alloc_f; local
/freebsd-11-stable/contrib/binutils/include/
H A Dhashtab.h131 htab_alloc alloc_f; local
/freebsd-11-stable/contrib/gdb/include/
H A Dhashtab.h122 htab_alloc alloc_f; local
/freebsd-11-stable/contrib/libstdc++/src/
H A Dstrstream.cc72 strstreambuf::strstreambuf(void* (*alloc_f)(size_t), void (*free_f)(void*)) argument
73 : _Base(), _M_alloc_fun(alloc_f), _M_free_fun(free_f), _M_dynamic(true),

Completed in 124 milliseconds