Home
last modified time | relevance | path

Searched refs:alloc_f (Results 1 – 8 of 8) sorted by relevance

/openbsd-src/gnu/lib/libiberty/src/
H A Dhashtab.c289 htab_del del_f, htab_alloc alloc_f, htab_free free_f) in htab_create_alloc() argument
297 result = (htab_t) (*alloc_f) (1, sizeof (struct htab)); in htab_create_alloc()
300 result->entries = (PTR *) (*alloc_f) (size, sizeof (PTR)); in htab_create_alloc()
312 result->alloc_f = alloc_f; in htab_create_alloc()
323 htab_alloc_with_arg alloc_f, in htab_create_alloc_ex() argument
332 result = (htab_t) (*alloc_f) (alloc_arg, 1, sizeof (struct htab)); in htab_create_alloc_ex()
335 result->entries = (PTR *) (*alloc_f) (alloc_arg, size, sizeof (PTR)); in htab_create_alloc_ex()
348 result->alloc_with_arg_f = alloc_f; in htab_create_alloc_ex()
358 htab_alloc_with_arg alloc_f, htab_free_with_arg free_f) in htab_set_functions_ex() argument
364 htab->alloc_with_arg_f = alloc_f; in htab_set_functions_ex()
[all …]
/openbsd-src/gnu/usr.bin/binutils-2.17/include/
H A Dhashtab.h131 htab_alloc alloc_f; member
/openbsd-src/gnu/gcc/include/
H A Dhashtab.h131 htab_alloc alloc_f; member
/openbsd-src/gnu/lib/libiberty/include/
H A Dhashtab.h131 htab_alloc alloc_f; member
/openbsd-src/gnu/gcc/libstdc++-v3/src/
H A Dstrstream.cc72 strstreambuf::strstreambuf(void* (*alloc_f)(size_t), void (*free_f)(void*)) in strstreambuf()
73 : _Base(), _M_alloc_fun(alloc_f), _M_free_fun(free_f), _M_dynamic(true), in strstreambuf()
/openbsd-src/gnu/lib/libstdc++/libstdc++/src/
H A Dstrstream.cc72 strstreambuf::strstreambuf(void* (*alloc_f)(size_t), void (*free_f)(void*)) in strstreambuf()
73 : _Base(), _M_alloc_fun(alloc_f), _M_free_fun(free_f), _M_dynamic(true), in strstreambuf()
/openbsd-src/gnu/usr.bin/binutils/include/
H A Dhashtab.h122 htab_alloc alloc_f; member
/openbsd-src/gnu/usr.bin/gcc/gcc/java/
H A Dclass.c2329 tthe = (*ht->alloc_f) (1, sizeof (*tthe));