Searched refs:item_size (Results 1 – 2 of 2) sorted by relevance
74 void* calloc(size_t item_count, size_t item_size) { in calloc() argument75 return get_allocator().alloc(item_count*item_size); in calloc()
34 void* calloc(size_t item_count, size_t item_size) __mallocfunc __BIONIC_ALLOC_SIZE(1,2) __wur;