| /src/external/gpl3/gcc/dist/libsanitizer/lsan/ |
| lsan_common_fuchsia.cpp | 87 // Callback from libc for thread stacks. 88 auto stacks = +[](void *chunk, size_t size, void *data) { local 140 flags()->use_stacks ? stacks : nullptr, 147 // and their stacks, registers, and TLS regions. So use it separately
|
| /src/external/gpl3/gcc.old/dist/libsanitizer/lsan/ |
| lsan_common_fuchsia.cpp | 78 // Callback from libc for thread stacks. 79 auto stacks = +[](void *chunk, size_t size, void *data) { local 130 flags()->use_stacks ? stacks : nullptr, 137 // and their stacks, registers, and TLS regions. So use it separately
|
| /src/sys/external/bsd/compiler_rt/dist/lib/tsan/rtl/ |
| tsan_platform_linux.cc | 122 StackDepotStats *stacks = StackDepotGetStats(); local 125 " trace:%zd heap:%zd other:%zd stacks=%zd[%zd] nthr=%zd/%zd\n", 129 stacks->allocated >> 20, stacks->n_uniq_ids,
|
| tsan_platform_mac.cc | 158 StackDepotStats *stacks = StackDepotGetStats(); local 170 "stacks: %zd unique IDs, %zd kB allocated\n" 183 stacks->n_uniq_ids, stacks->allocated / 1024,
|
| tsan_report.h | 112 Vector<ReportStack*> stacks; member in class:__tsan::ReportDesc
|
| /src/sys/external/bsd/drm2/dist/drm/i915/ |
| intel_runtime_pm.c | 98 depot_stack_handle_t stack, *stacks; local 113 stacks = krealloc(rpm->debug.owners, 114 (rpm->debug.count + 1) * sizeof(*stacks), 116 if (stacks) { 117 stacks[rpm->debug.count++] = stack; 118 rpm->debug.owners = stacks;
|
| /src/external/gpl3/gcc/dist/libsanitizer/tsan/ |
| tsan_platform_mac.cpp | 171 StackDepotStats stacks = StackDepotGetStats(); local 185 "stacks: %zd unique IDs, %zd kB allocated\n" 197 stacks.n_uniq_ids, stacks.allocated / 1024, nthread, nlive);
|
| tsan_platform_linux.cpp | 124 StackDepotStats stacks = StackDepotGetStats(); local 136 stacks.allocated + internal_stats[AllocatorStatMapped]; 143 " trace:%zu stacks=%zd threads=%zu/%zu\n", 149 stacks.allocated >> 20, nlive, nthread);
|
| tsan_report.h | 105 Vector<ReportStack*> stacks; member in class:__tsan::ReportDesc
|
| /src/external/gpl3/gcc.old/dist/libsanitizer/tsan/ |
| tsan_report.h | 104 Vector<ReportStack*> stacks; member in class:__tsan::ReportDesc
|
| tsan_platform_linux.cpp | 126 StackDepotStats stacks = StackDepotGetStats(); local 132 mem[MemMmap] -= meta.mem_block + meta.sync_obj + stacks.allocated + 140 " stacks=%zd[%zd] nthr=%zd/%zd\n", 145 meta.mem_block >> 20, meta.sync_obj >> 20, stacks.allocated >> 20, 146 stacks.n_uniq_ids, nlive, nthread);
|
| tsan_platform_mac.cpp | 162 StackDepotStats stacks = StackDepotGetStats(); local 177 "stacks: %zd unique IDs, %zd kB allocated\n" 190 stacks.n_uniq_ids, stacks.allocated / 1024, nthread, nlive);
|
| /src/external/gpl3/gcc.old/dist/libgomp/plugin/ |
| plugin-nvptx.c | 57 /* An arbitrary fixed limit (128MB) for the size of the OpenMP soft stacks 58 block to cache between kernel invocations. For soft-stacks blocks bigger 61 we will free the cached soft-stacks block anyway then retry the 324 /* OpenMP stacks, cached between kernel invocations. */ 1024 /* Free the cached soft-stacks block if it is above the SOFTSTACK_CACHE_LIMIT 1438 /* Memory allocation failed. Try freeing the stacks block, and 1939 /* Return the size of per-warp stacks (see gcc -msoft-stack) to use for OpenMP 1948 /* Return contiguous storage for NUM stacks, each SIZE bytes. The lock for 1957 /* Free the old, too-small stacks. */ 1968 /* Make new and bigger stacks, and remember where we put them and how bi 2016 void *stacks = nvptx_stacks_acquire (ptx_dev, stack_size, teams * threads); local [all...] |
| /src/external/gpl3/gcc/dist/libgomp/plugin/ |
| plugin-nvptx.c | 61 /* An arbitrary fixed limit (128MB) for the size of the OpenMP soft stacks 62 block to cache between kernel invocations. For soft-stacks blocks bigger 65 we will free the cached soft-stacks block anyway then retry the 330 /* OpenMP stacks, cached between kernel invocations. */ 1041 /* Free the cached soft-stacks block if it is above the SOFTSTACK_CACHE_LIMIT 1599 /* Memory allocation failed. Try freeing the stacks block, and 2171 /* Return the size of per-warp stacks (see gcc -msoft-stack) to use for OpenMP 2180 /* Return contiguous storage for NUM stacks, each SIZE bytes. The lock for 2189 /* Free the old, too-small stacks. */ 2200 /* Make new and bigger stacks, and remember where we put them and how bi 2259 void *stacks = nvptx_stacks_acquire (ptx_dev, stack_size, teams * threads); local [all...] |
| /src/sys/sys/ |
| syscallargs.h | 2154 syscallarg(stack_t *) stacks; member in struct:compat_60_sys_sa_stacks_args
|