Searched refs:aux_calloc (Results 1 - 6 of 6) sorted by relevance

/macosx-10.10.1/libauto-186/
H A DDefinitions.cpp44 void *aux_calloc(size_t count, size_t size) { function in namespace:Auto
H A DPointerHash.cpp143 _pointers = (vm_address_t *)aux_calloc(_capacity, sizeof(void *));
H A Dauto_impl_utilities.c380 set->members = (void **)aux_calloc(set->length, sizeof(void *));
428 set->members = (void **)aux_calloc(PTR_SET_GROWTH, sizeof(void *));
576 map->members = (void **)aux_calloc(2, size); // enough room for values, too
626 map->members = (void **)aux_calloc(2, size);
H A Dauto_impl_utilities.h206 static inline void *aux_calloc(size_t count, size_t size) { function
H A DDefinitions.h728 return static_cast<pointer>(aux_calloc(n, sizeof(T)));
H A Dauto_weak.cpp233 weak_entry_t *new_entries = (weak_entry_t *)aux_calloc(new_max, sizeof(weak_entry_t));

Completed in 126 milliseconds