Searched refs:arg2 (Results 1 – 4 of 4) sorted by relevance
/bionic/benchmarks/ |
D | malloc_sql_benchmark.cpp | 51 size_t arg2; member 66 ptrs[entries[i].idx] = calloc(entries[i].arg2, entries[i].size); in BenchmarkMalloc() 72 ptrs[entries[i].idx] = memalign(entries[i].arg2, entries[i].size); in BenchmarkMalloc() 78 if (entries[i].arg2 == 0) { in BenchmarkMalloc() 81 ptrs[entries[i].idx] = realloc(ptrs[entries[i].arg2 - 1], entries[i].size); in BenchmarkMalloc()
|
/bionic/libc/malloc_debug/tools/ |
D | gen_malloc.pl | 183 my ($opts, $cur_thread, $pointer, $name, $size, $arg2) = @_; 188 print " {$name, $slot, $size, $arg2},\n";
|
/bionic/libc/kernel/uapi/linux/misc/ |
D | bcm_vk.h | 20 __u32 arg2; member
|
/bionic/libc/kernel/tools/ |
D | cpp.py | 697 arg2 = e[2] 699 arg2_op = arg2[0] 701 arg2_src = self.source_node(arg2)
|