Searched refs:item_count (Results 1 – 1 of 1) sorted by relevance
23 void *sl_calloc(size_t item_count, size_t size) in sl_calloc() argument25 return calloc(item_count, size); in sl_calloc()