Searched defs:n_elements (Results 1 – 4 of 4) sorted by relevance
/external/compiler-rt/lib/asan/tests/ |
D | asan_benchmarks_test.cc | 19 static void ManyAccessFunc(T *x, size_t n_elements, size_t n_iter) { in ManyAccessFunc()
|
/external/valgrind/main/coregrind/ |
D | m_hashtable.c | 45 UInt n_elements; member
|
/external/qemu/distrib/sdl-1.2.15/src/stdlib/ |
D | SDL_malloc.c | 3941 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/ |
D | viz.js | 195640 function _calloc($n_elements, $elem_size) {
|