Searched refs:MaxSimultaneousAllocations (Results 1 – 10 of 10) sorted by relevance
| /openbsd-src/gnu/llvm/compiler-rt/lib/gwp_asan/tests/ |
| H A D | harness.h | 54 MaxSimultaneousAllocations = Opts.MaxSimultaneousAllocations; in SetUp() 64 decltype(gwp_asan::options::Options::MaxSimultaneousAllocations) 65 MaxSimultaneousAllocations; 71 InitNumSlots(decltype(gwp_asan::options::Options::MaxSimultaneousAllocations) in InitNumSlots() 76 Opts.MaxSimultaneousAllocations = MaxSimultaneousAllocationsArg; in InitNumSlots() 77 MaxSimultaneousAllocations = MaxSimultaneousAllocationsArg; in InitNumSlots() 87 decltype(gwp_asan::options::Options::MaxSimultaneousAllocations) 88 MaxSimultaneousAllocations;
|
| H A D | recoverable.cpp | 125 for (size_t i = 0; i < GPA.getAllocatorState()->MaxSimultaneousAllocations; in TEST_P()
|
| H A D | crash_handler_api.cpp | 45 State.MaxSimultaneousAllocations = 4; // 0x3000, 0x5000, 0x7000, 0x9000. in setupState()
|
| /openbsd-src/gnu/llvm/compiler-rt/lib/gwp_asan/ |
| H A D | guarded_pool_allocator.cpp | 52 Opts.MaxSimultaneousAllocations == 0) in init() 57 Check(Opts.MaxSimultaneousAllocations >= 0, in init() 70 State.MaxSimultaneousAllocations = Opts.MaxSimultaneousAllocations; in init() 85 PageSize * (2 + State.MaxSimultaneousAllocations) + in init() 86 State.MaxSimultaneousAllocations * State.maximumAllocationSize(); in init() 91 roundUpTo(State.MaxSimultaneousAllocations * sizeof(*Metadata), PageSize); in init() 97 State.MaxSimultaneousAllocations * sizeof(*FreeSlots), PageSize); in init() 134 for (size_t i = 0; i < State.MaxSimultaneousAllocations; ++i) { in iterate() 150 roundUpTo(State.MaxSimultaneousAllocations * sizeof(*Metadata), in uninitTestOnly() 156 roundUpTo(State.MaxSimultaneousAllocations * sizeof(*FreeSlots), in uninitTestOnly() [all …]
|
| H A D | common.cpp | 98 return MaxSimultaneousAllocations - 1; in getNearestSlot()
|
| H A D | common.h | 142 size_t MaxSimultaneousAllocations = 0; member
|
| H A D | options.inc | 26 GWP_ASAN_OPTION(int, MaxSimultaneousAllocations, 16,
|
| /openbsd-src/gnu/llvm/llvm/docs/ |
| H A D | GwpAsan.rst | 158 GWP_ASAN_OPTIONS="MaxSimultaneousAllocations=16:SampleRate=5000" ./a.out 165 return "MaxSimultaneousAllocations=16:SampleRate=5000"; 182 | MaxSimultaneousAllocations | 16 | Number of simultaneously-guarded allocations available in …
|
| /openbsd-src/gnu/llvm/compiler-rt/lib/gwp_asan/optional/ |
| H A D | options_parser.cpp | 236 if (o->MaxSimultaneousAllocations <= 0) { in initOptions()
|
| /openbsd-src/gnu/llvm/compiler-rt/lib/scudo/standalone/ |
| H A D | combined.h | 190 Opt.MaxSimultaneousAllocations = in initGwpAsan() 211 Stats.add(StatFree, static_cast<uptr>(Opt.MaxSimultaneousAllocations) * in initGwpAsan()
|