Searched refs:ctf_alloc (Results 1 – 9 of 9) sorted by relevance
55 hp->h_buckets = ctf_alloc(sizeof (ushort_t) * hp->h_nbuckets); in ctf_hash_create()56 hp->h_chains = ctf_alloc(sizeof (ctf_helem_t) * hp->h_nelems); in ctf_hash_create()
123 char *s2 = ctf_alloc(strlen(s1) + 1); in ctf_strdup()
140 if ((cdp = ctf_alloc(sizeof (ctf_decl_node_t))) == NULL) { in ctf_decl_push()
330 fp->ctf_txlate = ctf_alloc(sizeof (uint_t) * (fp->ctf_typemax + 1)); in init_types()331 fp->ctf_ptrtab = ctf_alloc(sizeof (ushort_t) * (fp->ctf_typemax + 1)); in init_types()676 if ((fp = ctf_alloc(sizeof (ctf_file_t))) == NULL) in ctf_bufopen()734 fp->ctf_sxlate = ctf_alloc(fp->ctf_nsyms * sizeof (uint_t)); in ctf_bufopen()
56 ctf_dtdef_t **hash = ctf_alloc(hashlen * sizeof (ctf_dtdef_t *)); in ctf_create()541 if ((dtd = ctf_alloc(sizeof (ctf_dtdef_t))) == NULL) in ctf_add_generic()699 if (vlen != 0 && (vdat = ctf_alloc(sizeof (ctf_id_t) * vlen)) == NULL) in ctf_add_function()893 if ((dmd = ctf_alloc(sizeof (ctf_dmdef_t))) == NULL) in ctf_add_enumerator()954 if ((dmd = ctf_alloc(sizeof (ctf_dmdef_t))) == NULL) in ctf_add_member()1052 if ((dmd = ctf_alloc(sizeof (ctf_dmdef_t))) == NULL) in membadd()
317 extern void *ctf_alloc(size_t);
65 ctf_alloc(size_t size) in ctf_alloc() function
54 ctf_alloc(size_t size) in ctf_alloc() function
111 ctf_alloc(size_t size) in ctf_alloc() function