/netbsd-src/external/gpl3/gcc.old/dist/libobjc/ |
H A D | memory.c | 74 objc_calloc (size_t nelem, size_t size) in objc_calloc() function 120 objc_calloc (size_t nelem, size_t size) in objc_calloc() function
|
H A D | hash.c | 52 cache = (cache_ptr) objc_calloc (1, sizeof (struct cache)); in objc_hash_new() 58 = (node_ptr *) objc_calloc (size, sizeof (node_ptr)); in objc_hash_new() 113 node_ptr node = (node_ptr) objc_calloc (1, sizeof (struct cache_node)); in objc_hash_add()
|
H A D | objects.c | 50 new = (id) objc_calloc (class->instance_size + extraBytes, 1); in class_createInstance()
|
H A D | init.c | 211 prev = objc_calloc (1, sizeof (objc_class_tree)); in create_tree_of_subclasses_inherited_from() 219 tree = objc_calloc (1, sizeof (objc_class_tree)); in create_tree_of_subclasses_inherited_from() 272 node = objc_calloc (1, sizeof (objc_class_tree)); in __objc_tree_insert_class()
|
H A D | libobjc.def | 29 objc_calloc
|
H A D | class.c | 563 new_class = objc_calloc (1, sizeof (struct objc_class) + extraBytes); in objc_allocateClassPair() 564 new_meta_class = objc_calloc (1, sizeof (struct objc_class) + extraBytes); in objc_allocateClassPair()
|
H A D | objc-sync.c | 216 lock_cache = objc_calloc (SYNC_CACHE_SIZE, sizeof (lock_node_ptr)); in objc_sync_enter()
|
H A D | selector.c | 166 new_list = objc_calloc (sizeof (struct objc_method_list) in __objc_register_instance_methods_to_class()
|
H A D | sendmsg.c | 713 method_list = (struct objc_method_list *)objc_calloc (1, sizeof (struct objc_method_list)); in class_addMethod()
|
/netbsd-src/external/gpl3/gcc/dist/libobjc/ |
H A D | memory.c | 74 objc_calloc (size_t nelem, size_t size) in objc_calloc() function 120 objc_calloc (size_t nelem, size_t size) in objc_calloc() function
|
H A D | hash.c | 52 cache = (cache_ptr) objc_calloc (1, sizeof (struct cache)); in objc_hash_new() 58 = (node_ptr *) objc_calloc (size, sizeof (node_ptr)); in objc_hash_new() 113 node_ptr node = (node_ptr) objc_calloc (1, sizeof (struct cache_node)); in objc_hash_add()
|
H A D | objects.c | 50 new = (id) objc_calloc (class->instance_size + extraBytes, 1); in class_createInstance()
|
H A D | init.c | 211 prev = objc_calloc (1, sizeof (objc_class_tree)); in create_tree_of_subclasses_inherited_from() 219 tree = objc_calloc (1, sizeof (objc_class_tree)); in create_tree_of_subclasses_inherited_from() 272 node = objc_calloc (1, sizeof (objc_class_tree)); in __objc_tree_insert_class()
|
H A D | libobjc.def | 29 objc_calloc
|
H A D | class.c | 563 new_class = objc_calloc (1, sizeof (struct objc_class) + extraBytes); in objc_allocateClassPair() 564 new_meta_class = objc_calloc (1, sizeof (struct objc_class) + extraBytes); in objc_allocateClassPair()
|
H A D | objc-sync.c | 216 lock_cache = objc_calloc (SYNC_CACHE_SIZE, sizeof (lock_node_ptr)); in objc_sync_enter()
|
H A D | selector.c | 166 new_list = objc_calloc (sizeof (struct objc_method_list) in __objc_register_instance_methods_to_class()
|
H A D | sendmsg.c | 713 method_list = (struct objc_method_list *)objc_calloc (1, sizeof (struct objc_method_list)); in class_addMethod()
|
H A D | ChangeLog | 1499 (objc_calloc): New. 1621 objc_calloc. Do not call _objc_object_alloc. 1843 * memory.c (objc_calloc): Fixed call to GC_malloc when building 1860 (objc_calloc): Use GC_malloc in the garbage-collected
|
/netbsd-src/external/gpl3/gcc.old/dist/libobjc/objc/ |
H A D | runtime.h | 1015 objc_EXPORT void *objc_calloc(size_t nelem, size_t size);
|
/netbsd-src/external/gpl3/gcc/dist/libobjc/objc/ |
H A D | runtime.h | 1015 objc_EXPORT void *objc_calloc(size_t nelem, size_t size);
|
/netbsd-src/external/gpl3/gcc/dist/gcc/ |
H A D | FSFChangeLog.11 | 7672 (objc_valloc, objc_realloc, objc_calloc): Likewise. 10578 with objc_calloc and objc_free. 10583 (objc_calloc): Renamed from __objc_calloc. 10595 and __objc_xmalloc with objc_calloc, objc_realloc, and objc_malloc.
|
/netbsd-src/external/gpl3/gcc.old/dist/gcc/ |
H A D | FSFChangeLog.11 | 7672 (objc_valloc, objc_realloc, objc_calloc): Likewise. 10578 with objc_calloc and objc_free. 10583 (objc_calloc): Renamed from __objc_calloc. 10595 and __objc_xmalloc with objc_calloc, objc_realloc, and objc_malloc.
|