Home
last modified time | relevance | path

Searched refs:objc_calloc (Results 1 – 23 of 23) sorted by relevance

/netbsd-src/external/gpl3/gcc.old/dist/libobjc/
H A Dmemory.c74 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 Dhash.c52 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 Dobjects.c50 new = (id) objc_calloc (class->instance_size + extraBytes, 1); in class_createInstance()
H A Dinit.c211 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 Dlibobjc.def29 objc_calloc
H A Dclass.c563 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 Dobjc-sync.c216 lock_cache = objc_calloc (SYNC_CACHE_SIZE, sizeof (lock_node_ptr)); in objc_sync_enter()
H A Dselector.c166 new_list = objc_calloc (sizeof (struct objc_method_list) in __objc_register_instance_methods_to_class()
H A Dsendmsg.c713 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 Dmemory.c74 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 Dhash.c52 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 Dobjects.c50 new = (id) objc_calloc (class->instance_size + extraBytes, 1); in class_createInstance()
H A Dinit.c211 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 Dlibobjc.def29 objc_calloc
H A Dclass.c563 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 Dobjc-sync.c216 lock_cache = objc_calloc (SYNC_CACHE_SIZE, sizeof (lock_node_ptr)); in objc_sync_enter()
H A Dselector.c166 new_list = objc_calloc (sizeof (struct objc_method_list) in __objc_register_instance_methods_to_class()
H A Dsendmsg.c713 method_list = (struct objc_method_list *)objc_calloc (1, sizeof (struct objc_method_list)); in class_addMethod()
H A DChangeLog1499 (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 Druntime.h1015 objc_EXPORT void *objc_calloc(size_t nelem, size_t size);
/netbsd-src/external/gpl3/gcc/dist/libobjc/objc/
H A Druntime.h1015 objc_EXPORT void *objc_calloc(size_t nelem, size_t size);
/netbsd-src/external/gpl3/gcc/dist/gcc/
H A DFSFChangeLog.117672 (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 DFSFChangeLog.117672 (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.