Searched defs:item_count (Results 1 - 1 of 1) sorted by relevance

/bionic/linker/
H A Dlinker_memory.cpp27 void* calloc(size_t item_count, size_t item_size) { argument
28 return g_linker_allocator.alloc(item_count*item_size);

Completed in 47 milliseconds