Home
last modified time | relevance | path

Searched refs:item_size (Results 1 – 2 of 2) sorted by relevance

/bionic/linker/
Dlinker_memory.cpp74 void* calloc(size_t item_count, size_t item_size) { in calloc() argument
75 return get_allocator().alloc(item_count*item_size); in calloc()
/bionic/libc/include/
Dmalloc.h34 void* calloc(size_t item_count, size_t item_size) __mallocfunc __BIONIC_ALLOC_SIZE(1,2) __wur;