/netbsd-src/external/gpl3/gcc.old/dist/libobjc/ |
H A D | sarray.c | 150 new_index = (struct sindex *) objc_malloc (sizeof (struct sindex)); in sarray_at_put() 162 new_index = (struct sindex *) objc_malloc (sizeof (struct sindex)); in sarray_at_put() 178 new_bucket = (struct sbucket *) objc_malloc (sizeof (struct sbucket)); in sarray_at_put() 191 new_bucket = (struct sbucket *) objc_malloc (sizeof (struct sbucket)); in sarray_at_put() 225 arr = (struct sarray *) objc_malloc (sizeof (struct sarray)); in sarray_new() 232 objc_malloc (sizeof (struct sindex *) * num_indices); in sarray_new() 234 arr->empty_index = (struct sindex *) objc_malloc (sizeof (struct sindex)); in sarray_new() 244 objc_malloc (sizeof (struct sbucket *) * num_indices); in sarray_new() 251 arr->empty_bucket = (struct sbucket *) objc_malloc (sizeof (struct sbucket)); in sarray_new() 339 objc_malloc ((new_max_index + 1) * sizeof (struct sindex *)); in sarray_realloc() [all …]
|
H A D | memory.c | 47 objc_malloc (size_t size) in objc_malloc() function 93 objc_malloc (size_t size) in objc_malloc() function
|
H A D | thr.c | 156 if (!(istate = (struct __objc_thread_start_state *)objc_malloc in objc_thread_detach() 256 if (! (mutex = (objc_mutex_t)objc_malloc (sizeof (struct objc_mutex)))) in objc_mutex_allocate() 411 (objc_condition_t) objc_malloc (sizeof (struct objc_condition)))) in objc_condition_allocate()
|
H A D | ivars.c | 264 ivars = (struct objc_ivar_list*) objc_malloc (new_size); in class_addIvar() 276 ivar->ivar_name = objc_malloc (strlen (ivar_name) + 1); in class_addIvar() 279 ivar->ivar_type = objc_malloc (strlen (type) + 1); in class_addIvar()
|
H A D | selector.c | 458 selector_pool = objc_malloc (sizeof (struct objc_selector) in pool_alloc_selector() 532 j->sel_types = (char *)objc_malloc (strlen (types) + 1); in __sel_register_typed_name() 560 j->sel_types = (char *)objc_malloc (strlen (types) + 1); in __sel_register_typed_name() 575 new_name = (char *)objc_malloc (strlen (name) + 1); in __sel_register_typed_name()
|
H A D | objc-sync.c | 187 new_node = objc_malloc (sizeof (struct lock_node)); in __objc_sync_init() 323 new_node = objc_malloc (sizeof (struct lock_node)); in objc_sync_enter()
|
H A D | class.c | 191 new_node = objc_malloc (sizeof (struct class_node)); in class_table_insert() 265 *e = objc_malloc (sizeof (struct class_table_enumerator)); in class_table_next() 589 new_class->name = objc_malloc (strlen (class_name) + 1); in objc_allocateClassPair()
|
H A D | libobjc.def | 26 objc_malloc
|
H A D | sendmsg.c | 717 method->method_name = objc_malloc (strlen (method_name) + 1); in class_addMethod() 720 method->method_types = objc_malloc (strlen (method_types) + 1); in class_addMethod()
|
H A D | gc.c | 425 new_type = objc_malloc (strlen(ivar->ivar_type) + 2); in class_ivar_set_gcinvisible()
|
/netbsd-src/external/gpl3/gcc/dist/libobjc/ |
H A D | sarray.c | 150 new_index = (struct sindex *) objc_malloc (sizeof (struct sindex)); in sarray_at_put() 162 new_index = (struct sindex *) objc_malloc (sizeof (struct sindex)); in sarray_at_put() 178 new_bucket = (struct sbucket *) objc_malloc (sizeof (struct sbucket)); in sarray_at_put() 191 new_bucket = (struct sbucket *) objc_malloc (sizeof (struct sbucket)); in sarray_at_put() 225 arr = (struct sarray *) objc_malloc (sizeof (struct sarray)); in sarray_new() 232 objc_malloc (sizeof (struct sindex *) * num_indices); in sarray_new() 234 arr->empty_index = (struct sindex *) objc_malloc (sizeof (struct sindex)); in sarray_new() 244 objc_malloc (sizeof (struct sbucket *) * num_indices); in sarray_new() 251 arr->empty_bucket = (struct sbucket *) objc_malloc (sizeof (struct sbucket)); in sarray_new() 339 objc_malloc ((new_max_index + 1) * sizeof (struct sindex *)); in sarray_realloc() [all …]
|
H A D | memory.c | 47 objc_malloc (size_t size) in objc_malloc() function 93 objc_malloc (size_t size) in objc_malloc() function
|
H A D | thr.c | 156 if (!(istate = (struct __objc_thread_start_state *)objc_malloc in objc_thread_detach() 256 if (! (mutex = (objc_mutex_t)objc_malloc (sizeof (struct objc_mutex)))) in objc_mutex_allocate() 411 (objc_condition_t) objc_malloc (sizeof (struct objc_condition)))) in objc_condition_allocate()
|
H A D | ivars.c | 264 ivars = (struct objc_ivar_list*) objc_malloc (new_size); in class_addIvar() 276 ivar->ivar_name = objc_malloc (strlen (ivar_name) + 1); in class_addIvar() 279 ivar->ivar_type = objc_malloc (strlen (type) + 1); in class_addIvar()
|
H A D | selector.c | 458 selector_pool = objc_malloc (sizeof (struct objc_selector) in pool_alloc_selector() 532 j->sel_types = (char *)objc_malloc (strlen (types) + 1); in __sel_register_typed_name() 560 j->sel_types = (char *)objc_malloc (strlen (types) + 1); in __sel_register_typed_name() 575 new_name = (char *)objc_malloc (strlen (name) + 1); in __sel_register_typed_name()
|
H A D | objc-sync.c | 187 new_node = objc_malloc (sizeof (struct lock_node)); in __objc_sync_init() 323 new_node = objc_malloc (sizeof (struct lock_node)); in objc_sync_enter()
|
H A D | class.c | 191 new_node = objc_malloc (sizeof (struct class_node)); in class_table_insert() 265 *e = objc_malloc (sizeof (struct class_table_enumerator)); in class_table_next() 589 new_class->name = objc_malloc (strlen (class_name) + 1); in objc_allocateClassPair()
|
H A D | libobjc.def | 26 objc_malloc
|
H A D | sendmsg.c | 717 method->method_name = objc_malloc (strlen (method_name) + 1); in class_addMethod() 720 method->method_types = objc_malloc (strlen (method_types) + 1); in class_addMethod()
|
/netbsd-src/external/gpl3/gcc.old/dist/libobjc/objc-private/ |
H A D | objc-list.h | 41 cell = (struct objc_list*)objc_malloc (sizeof (struct objc_list)); in list_cons()
|
/netbsd-src/external/gpl3/gcc/dist/libobjc/objc-private/ |
H A D | objc-list.h | 41 cell = (struct objc_list*)objc_malloc (sizeof (struct objc_list)); in list_cons()
|
/netbsd-src/external/gpl3/gcc.old/dist/libgcc/ |
H A D | gthr-posix.h | 511 mutex->backend = objc_malloc (sizeof (pthread_mutex_t)); in __gthread_objc_mutex_allocate() 601 condition->backend = objc_malloc (sizeof (pthread_cond_t)); in __gthread_objc_condition_allocate()
|
/netbsd-src/external/gpl3/gcc/dist/libgcc/ |
H A D | gthr-posix.h | 511 mutex->backend = objc_malloc (sizeof (pthread_mutex_t)); in __gthread_objc_mutex_allocate() 601 condition->backend = objc_malloc (sizeof (pthread_cond_t)); in __gthread_objc_condition_allocate()
|
/netbsd-src/external/gpl3/gcc/dist/libgcc/config/pa/ |
H A D | gthr-dce.h | 312 mutex->backend = objc_malloc (sizeof (pthread_mutex_t)); in __gthread_objc_mutex_allocate()
|
/netbsd-src/external/gpl3/gcc.old/dist/libgcc/config/pa/ |
H A D | gthr-dce.h | 312 mutex->backend = objc_malloc (sizeof (pthread_mutex_t)); in __gthread_objc_mutex_allocate()
|