Searched defs:htab_alloc (Results 1 – 7 of 7) sorted by relevance
70 typedef void *(*htab_alloc) (size_t, size_t); typedef
37 htab_alloc (size_t size) in htab_alloc() function
38 htab_alloc (size_t size) in htab_alloc() function
48 static inline void * htab_alloc (size_t size) { return gomp_malloc (size); } in htab_alloc() function