Home
last modified time | relevance | path

Searched defs:n_elements (Results 1 – 4 of 4) sorted by relevance

/external/compiler-rt/lib/asan/tests/
Dasan_benchmarks_test.cc19 static void ManyAccessFunc(T *x, size_t n_elements, size_t n_iter) { in ManyAccessFunc()
/external/valgrind/main/coregrind/
Dm_hashtable.c45 UInt n_elements; member
/external/qemu/distrib/sdl-1.2.15/src/stdlib/
DSDL_malloc.c3941 size_t n_elements, in ialloc()
4303 void* dlcalloc(size_t n_elements, size_t elem_size) { in dlcalloc()
4345 void** dlindependent_calloc(size_t n_elements, size_t elem_size, in dlindependent_calloc()
4351 void** dlindependent_comalloc(size_t n_elements, size_t sizes[], in dlindependent_comalloc()
4701 void* mspace_calloc(mspace msp, size_t n_elements, size_t elem_size) { in mspace_calloc()
4754 void** mspace_independent_calloc(mspace msp, size_t n_elements, in mspace_independent_calloc()
4765 void** mspace_independent_comalloc(mspace msp, size_t n_elements, in mspace_independent_comalloc()
/external/chromium_org/tools/win/split_link/viz.js/
Dviz.js195640 function _calloc($n_elements, $elem_size) {