Searched refs:n_elements (Results 1 - 5 of 5) sorted by relevance

/external/compiler-rt/lib/asan/tests/
H A Dasan_benchmarks_test.cc19 static void ManyAccessFunc(T *x, size_t n_elements, size_t n_iter) { argument
23 for (size_t i = 0; i <= n_elements - 16; i += 16) {
/external/dlmalloc/
H A Dmalloc.h126 calloc(size_t n_elements, size_t element_size);
127 Returns a pointer to n_elements * element_size bytes, with all locations
333 independent_calloc(size_t n_elements, size_t element_size, void* chunks[]);
336 single cleared space, it returns an array of pointers to n_elements
348 n_elements in length. It is filled in with the pointers to the
352 null if the allocation failed. If n_elements is zero and "chunks"
384 independent_comalloc(size_t n_elements, size_t sizes[], void* chunks[]);
386 independent_comalloc allocates, all at once, a set of n_elements
397 must be of at least n_elements in length. It is filled in with the
401 null if the allocation failed. If n_elements i
[all...]
H A Dmalloc.c866 calloc(size_t n_elements, size_t element_size);
867 Returns a pointer to n_elements * element_size bytes, with all locations
1076 independent_calloc(size_t n_elements, size_t element_size, void* chunks[]);
1079 single cleared space, it returns an array of pointers to n_elements
1091 n_elements in length. It is filled in with the pointers to the
1095 null if the allocation failed. If n_elements is zero and "chunks"
1127 independent_comalloc(size_t n_elements, size_t sizes[], void* chunks[]);
1129 independent_comalloc allocates, all at once, a set of n_elements
1140 must be of at least n_elements in length. It is filled in with the
1144 null if the allocation failed. If n_elements i
4815 dlcalloc(size_t n_elements, size_t elem_size) argument
5000 ialloc(mstate m, size_t n_elements, size_t* sizes, int opts, void* chunks[]) argument
5341 dlindependent_calloc(size_t n_elements, size_t elem_size, void* chunks[]) argument
5347 dlindependent_comalloc(size_t n_elements, size_t sizes[], void* chunks[]) argument
5753 mspace_calloc(mspace msp, size_t n_elements, size_t elem_size) argument
5861 mspace_independent_calloc(mspace msp, size_t n_elements, size_t elem_size, void* chunks[]) argument
5872 mspace_independent_comalloc(mspace msp, size_t n_elements, size_t sizes[], void* chunks[]) argument
[all...]
/external/valgrind/coregrind/
H A Dm_hashtable.c47 UInt n_elements; member in struct:_VgHashTable
78 table->n_elements = 0;
87 return table->n_elements;
121 (UWord)table->n_elements );
150 table->n_elements++;
151 if ( (1 * (ULong)table->n_elements) > (1 * (ULong)table->n_chains) ) {
203 table->n_elements--;
227 table->n_elements--;
337 *n_elems = table->n_elements;
/external/compiler-rt/lib/asan/
H A Dasan_malloc_linux.cc156 void *(*calloc)(uptr n_elements, uptr elem_size);
163 void *(*calloc)(uptr n_elements, uptr elem_size);

Completed in 402 milliseconds