Searched refs:total_elements (Results 1 – 1 of 1) sorted by relevance
/bionic/libc/bionic/ |
D | malloc_debug_qemu.cpp | 818 size_t total_elements = total_size / elem_size; in qemu_instrumented_calloc() local 822 total_elements++; in qemu_instrumented_calloc() 825 desc.ptr = g_malloc_dispatch->calloc(total_elements, elem_size); in qemu_instrumented_calloc() 828 malloc_pid, getpid(), n_elements, total_elements, elem_size, in qemu_instrumented_calloc() 835 malloc_pid, getpid(), n_elements, total_elements, elem_size); in qemu_instrumented_calloc() 844 malloc_pid, getpid(), n_elements, total_elements, elem_size); in qemu_instrumented_calloc()
|