/bionic/benchmarks/ |
D | math_benchmark.cpp | 242 for (auto _ : state) { in BM_math_expf_speccpu2017() local 253 for (auto _ : state) { in BM_math_expf_speccpu2017_latency() local 269 for (auto _ : state) { in BM_math_exp_speccpu2017() local 280 for (auto _ : state) { in BM_math_exp_speccpu2017_latency() local 291 for (auto _ : state) { in BM_math_exp2f_speccpu2017() local 302 for (auto _ : state) { in BM_math_exp2f_speccpu2017_latency() local 313 for (auto _ : state) { in BM_math_exp2_speccpu2017() local 324 for (auto _ : state) { in BM_math_exp2_speccpu2017_latency() local 340 for (auto _ : state) { in BM_math_powf_speccpu2006() local 351 for (auto _ : state) { in BM_math_powf_speccpu2017_latency() local [all …]
|
D | stdlib_benchmark.cpp | 32 for (auto _ : state) { in MallocFree() local 69 for (auto _ : state) { in CallocFree() local 105 for (auto _ : state) { in MallocMultiple() local 173 for (auto _ : state) { in BM_stdlib_mbstowcs_ascii() local 192 for (auto _ : state) { in BM_stdlib_mbstowcs_wide() local 202 for (auto _ : state) { in BM_stdlib_mbrtowc_1() local 210 for (auto _ : state) { in BM_stdlib_mbrtowc_2() local 218 for (auto _ : state) { in BM_stdlib_mbrtowc_3() local 226 for (auto _ : state) { in BM_stdlib_mbrtowc_4() local
|
D | malloc_benchmark.cpp | 51 for (auto _ : state) { in RunMalloptPurge() local 134 for (auto _ : state) { in RunThreadsThroughput() local 173 static void BM_malloc_threads_throughput_##SIZE##_##NUM_THREADS(benchmark::State& state) { \ 176 BIONIC_BENCHMARK(BM_malloc_threads_throughput_##SIZE##_##NUM_THREADS);
|
D | get_heap_size_benchmark.cpp | 57 for (auto _ : state) { in BM_mallinfo() local 79 for (auto _ : state) { in BM_read_statm() local
|
D | malloc_sql_benchmark.cpp | 113 for (auto _ : state) { in BM_malloc_sql_trace_default() local 125 for (auto _ : state) { in BM_malloc_sql_trace_decay1() local
|
D | unistd_benchmark.cpp | 42 for (auto _ : state) { in BM_unistd_fork_call() local
|
D | util.h | 48 for (auto _ : state) { \
|
D | atomic_benchmark.cpp | 146 std::lock_guard<std::mutex> _(mtx); in BM_atomic_fetch_add_cs() local
|
D | syscall_mm_benchmark.cpp | 50 for (auto _ : state) { in MmapBenchmarkImpl() local 272 for (auto _ : state) { in MadviseBenchmark() local 318 for (auto _ : state) { in MprotectBenchmark() local
|
D | malloc_map_benchmark.cpp | 69 for (auto _ : state) { in MapBenchmark() local
|
D | string_benchmark.cpp | 258 for (auto _ : state) { in BM_string_strncmp() local
|
/bionic/libc/malloc_debug/tools/ |
D | gen_malloc.pl | 150 my ($opts) = @_; 160 my ($opts) = @_; 183 my ($opts, $cur_thread, $pointer, $name, $size, $arg2) = @_; 195 my ($thread, $ignore_missing_allocations) = @_; 209 $_ = $'; 286 my ($opts) = @_;
|
/bionic/libc/system_properties/ |
D | context_lookup_benchmark.cpp | 90 for (auto _ : state) { in LegacyLookupOreo() local 101 for (auto _ : state) { in LegacyLookupS() local 127 for (auto _ : state) { in TrieLookupOreo() local 139 for (auto _ : state) { in TrieLookupS() local
|
/bionic/linker/ |
D | linker_gnu_hash_benchmark.cpp | 288 for (auto _ : state) { in BM_gnu_hash_simple() local 300 for (auto _ : state) { in BM_gnu_hash_neon() local
|
/bionic/libc/malloc_hooks/ |
D | README.md | 35 When malloc is called and \_\_malloc\_hook has been set, then the hook 38 When realloc is called and \_\_realloc\_hook has been set, then the hook 41 When free is called and \_\_free\_hook has been set, then the hook 44 When memalign is called and \_\_memalign\_hook has been set, then the hook 47 For posix\_memalign, if \_\_memalign\_hook has been set, then the hook is 50 For aligned\_alloc, if \_\_memalign\_hook has been set, then the hook is 53 For calloc, if \_\_malloc\_hook has been set, then the hook function is 56 For the two deprecated functions pvalloc and valloc, if \_\_memalign\_hook
|
/bionic/libc/kernel/uapi/linux/ |
D | atmapi.h | 15 unsigned char _[8]; member
|
D | perf_event.h | 501 #define PERF_MEM_S(a,s) (((__u64) PERF_MEM_ ##a ##_ ##s) << PERF_MEM_ ##a ##_SHIFT)
|
/bionic/benchmarks/spawn/ |
D | spawn_benchmark.cpp | 42 for (auto _ : state) { in BM_spawn_test() local
|
/bionic/libc/kernel/tools/ |
D | update_all.py | 45 for root, _, files in os.walk(src_dir): 47 _, ext = os.path.splitext(file)
|
D | cpp.py | 1157 lines, _ = self.format_blocks(self.tokens)
|
/bionic/tools/versioner/ |
D | run_tests.py | 25 (output, _) = process.communicate()
|
/bionic/libc/tzcode/ |
D | private.h | 922 #define _(msgid) gettext(msgid) macro 924 #define _(msgid) msgid macro
|
/bionic/docs/ |
D | fdsan.md | 369 * Solution: ¯\\\_(ツ)\_/¯. Use fdsan?
|