HomeSort by relevance Sort by last modified time
    Searched refs:alloc_f (Results 1 - 3 of 3) sorted by null

  /toolchain/binutils/binutils-2.27/libiberty/
hashtab.c 284 htab_del del_f, htab_alloc alloc_f, htab_free free_f)
286 return htab_create_typed_alloc (size, hash_f, eq_f, del_f, alloc_f, alloc_f,
290 /* As above, but uses the variants of ALLOC_F and FREE_F which accept
296 htab_alloc_with_arg alloc_f,
305 result = (htab_t) (*alloc_f) (alloc_arg, 1, sizeof (struct htab));
308 result->entries = (PTR *) (*alloc_f) (alloc_arg, size, sizeof (PTR));
321 result->alloc_with_arg_f = alloc_f;
330 htab_alloc @var{alloc_tab_f}, htab_alloc @var{alloc_f}, @
334 @var{alloc_tab_f} and @var{alloc_f} to use for allocating the table itsel
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/lib/gcc/x86_64-w64-mingw32/4.8.3/plugin/include/
hashtab.h 131 htab_alloc alloc_f; variable
  /toolchain/binutils/binutils-2.27/include/
hashtab.h 126 htab_alloc alloc_f; member in struct:htab

Completed in 139 milliseconds