Searched defs:stacks (Results 1 – 13 of 13) sorted by relevance
/illumos-gate/usr/src/lib/libmtmalloc/tests/ |
H A D | exhaust.c | 50 caddr_t stacks[512]; in main() local
|
/illumos-gate/usr/src/lib/sun_fc/common/ |
H A D | Trace.cc | 44 vector<vector<Trace *> > Trace::stacks; member in Trace
|
H A D | Trace.h | 109 static std::vector<std::vector<Trace *> > stacks; variable
|
/illumos-gate/usr/src/cmd/ptools/pmap/ |
H A D | pmap_common.c | 117 anon_name(char *name, const pstatus_t *Psp, lwpstack_t *stacks, uint_t nstacks, in anon_name()
|
H A D | pmap.c | 173 static lwpstack_t *stacks = NULL; variable
|
/freebsd/contrib/llvm-project/compiler-rt/lib/lsan/ |
H A D | lsan_common_fuchsia.cpp | 88 auto stacks = +[](void *chunk, size_t size, void *data) { in LockStuffAndStopTheWorld() local
|
/freebsd/contrib/llvm-project/compiler-rt/lib/tsan/rtl/ |
H A D | tsan_platform_mac.cpp | 171 StackDepotStats stacks = StackDepotGetStats(); in WriteMemoryProfile() local
|
H A D | tsan_report.h | 104 Vector<ReportStack*> stacks; global() variable
|
H A D | tsan_platform_linux.cpp | 124 StackDepotStats stacks = StackDepotGetStats(); in WriteMemoryProfile() local
|
/illumos-gate/usr/src/cmd/ptools/pmadvise/ |
H A D | pmadvise.c | 190 static lwpstack_t *stacks; variable
|
/illumos-gate/usr/src/cmd/mdb/common/modules/genunix/ |
H A D | findstack.c | 611 stacks(uintptr_t addr, uint_t flags, int argc, const mdb_arg_t *argv) in stacks() function
|
/freebsd/contrib/llvm-project/lldb/source/Plugins/InstrumentationRuntime/TSan/ |
H A D | InstrumentationRuntimeTSan.cpp | 353 StructuredData::ArraySP stacks = ConvertToStructuredArray( in RetrieveReportData() local
|
/freebsd/contrib/llvm-project/compiler-rt/include/sanitizer/ |
H A D | netbsd_syscall_hooks.h | 1751 #define __sanitizer_syscall_pre_compat_60_sa_stacks(num, stacks) \ argument 1754 #define __sanitizer_syscall_post_compat_60_sa_stacks(res, num, stacks) \ argument
|