Searched refs:objc_malloc (Results 1 - 25 of 106) sorted by relevance

12345

/netbsd-6-1-5-RELEASE/external/gpl3/gcc/dist/libobjc/
H A Dsarray.c143 new_index = (struct sindex *) objc_malloc (sizeof (struct sindex));
154 new_index = (struct sindex *) objc_malloc (sizeof (struct sindex));
171 new_bucket = (struct sbucket *) objc_malloc (sizeof (struct sbucket));
183 new_bucket = (struct sbucket *) objc_malloc (sizeof (struct sbucket));
218 arr = (struct sarray *) objc_malloc (sizeof (struct sarray));
225 objc_malloc (sizeof (struct sindex *) * num_indices);
227 arr->empty_index = (struct sindex *) objc_malloc (sizeof (struct sindex));
237 objc_malloc (sizeof (struct sbucket *) * num_indices);
244 arr->empty_bucket = (struct sbucket *) objc_malloc (sizeof (struct sbucket));
336 objc_malloc ((new_max_inde
[all...]
H A Dthr-posix.c191 mutex->backend = objc_malloc(sizeof(pthread_mutex_t));
264 condition->backend = objc_malloc(sizeof(pthread_cond_t));
H A Dobjects.c88 return (id) objc_malloc (class->instance_size);
H A Dthr-mach.c216 mutex->backend = objc_malloc (sizeof (struct mutex));
272 condition->backend = objc_malloc (sizeof (struct condition));
H A Dselector.c349 selector_pool = objc_malloc (sizeof (struct objc_selector)
412 j->sel_types = (char *) objc_malloc (strlen (types) + 1);
431 j->sel_types = (char *) objc_malloc (strlen (types) + 1);
448 new_name = (char *) objc_malloc (strlen (name) + 1);
H A Dthr.c143 objc_malloc (sizeof (*istate))))
259 if (! (mutex = (objc_mutex_t)objc_malloc (sizeof (struct objc_mutex))))
425 (objc_condition_t) objc_malloc (sizeof (struct objc_condition))))
H A Dmisc.c87 objc_malloc (size_t size) function
H A Dclass.c187 new_node = objc_malloc (sizeof (struct class_node));
301 *e = objc_malloc (sizeof (struct class_table_enumerator));
/netbsd-6-1-5-RELEASE/gnu/dist/gcc4/libobjc/
H A Dsarray.c144 new_index = (struct sindex *) objc_malloc (sizeof (struct sindex));
155 new_index = (struct sindex *) objc_malloc (sizeof (struct sindex));
172 new_bucket = (struct sbucket *) objc_malloc (sizeof (struct sbucket));
184 new_bucket = (struct sbucket *) objc_malloc (sizeof (struct sbucket));
219 arr = (struct sarray *) objc_malloc (sizeof (struct sarray));
226 objc_malloc (sizeof (struct sindex *) * num_indices);
228 arr->empty_index = (struct sindex *) objc_malloc (sizeof (struct sindex));
238 objc_malloc (sizeof (struct sbucket *) * num_indices);
245 arr->empty_bucket = (struct sbucket *) objc_malloc (sizeof (struct sbucket));
337 objc_malloc ((new_max_inde
[all...]
H A Dthr-posix.c192 mutex->backend = objc_malloc(sizeof(pthread_mutex_t));
265 condition->backend = objc_malloc(sizeof(pthread_cond_t));
H A Dobjects.c89 return (id) objc_malloc (class->instance_size);
H A Dthr-mach.c217 mutex->backend = objc_malloc (sizeof (struct mutex));
273 condition->backend = objc_malloc (sizeof (struct condition));
H A Dselector.c349 selector_pool = objc_malloc (sizeof (struct objc_selector)
412 j->sel_types = (char *) objc_malloc (strlen (types) + 1);
431 j->sel_types = (char *) objc_malloc (strlen (types) + 1);
448 new_name = (char *) objc_malloc (strlen (name) + 1);
H A Dthr.c141 objc_malloc (sizeof (*istate))))
257 if (! (mutex = (objc_mutex_t)objc_malloc (sizeof (struct objc_mutex))))
423 (objc_condition_t) objc_malloc (sizeof (struct objc_condition))))
H A Dmisc.c88 objc_malloc (size_t size) function
/netbsd-6-1-5-RELEASE/external/gpl3/gcc/dist/libobjc/objc/
H A Dobjc-list.h46 cell = (struct objc_list*)objc_malloc(sizeof(struct objc_list));
/netbsd-6-1-5-RELEASE/gnu/dist/gcc4/libobjc/objc/
H A Dobjc-list.h47 cell = (struct objc_list*)objc_malloc(sizeof(struct objc_list));
/netbsd-6-1-5-RELEASE/external/gpl3/gcc/dist/gcc/
H A Dgthr-posix95.h432 mutex->backend = objc_malloc (sizeof (pthread_mutex_t));
522 condition->backend = objc_malloc (sizeof (pthread_cond_t));
/netbsd-6-1-5-RELEASE/gnu/dist/gcc4/gcc/
H A Dgthr-posix.h371 mutex->backend = objc_malloc (sizeof (pthread_mutex_t));
461 condition->backend = objc_malloc (sizeof (pthread_cond_t));
H A Dgthr-posix95.h328 mutex->backend = objc_malloc (sizeof (pthread_mutex_t));
418 condition->backend = objc_malloc (sizeof (pthread_cond_t));
/netbsd-6-1-5-RELEASE/gnu/lib/libstdc++-v3_4/arch/alpha/
H A Dgthr-default.h375 mutex->backend = objc_malloc (sizeof (pthread_mutex_t));
465 condition->backend = objc_malloc (sizeof (pthread_cond_t));
H A Dgthr-posix.h375 mutex->backend = objc_malloc (sizeof (pthread_mutex_t));
465 condition->backend = objc_malloc (sizeof (pthread_cond_t));
/netbsd-6-1-5-RELEASE/gnu/lib/libstdc++-v3_4/arch/arm/
H A Dgthr-default.h375 mutex->backend = objc_malloc (sizeof (pthread_mutex_t));
465 condition->backend = objc_malloc (sizeof (pthread_cond_t));
H A Dgthr-posix.h375 mutex->backend = objc_malloc (sizeof (pthread_mutex_t));
465 condition->backend = objc_malloc (sizeof (pthread_cond_t));
/netbsd-6-1-5-RELEASE/gnu/lib/libstdc++-v3_4/arch/armeb/
H A Dgthr-default.h375 mutex->backend = objc_malloc (sizeof (pthread_mutex_t));
465 condition->backend = objc_malloc (sizeof (pthread_cond_t));

Completed in 263 milliseconds

12345