Searched refs:MaxSimultaneousAllocations (Results 1 – 6 of 6) sorted by relevance
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()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()444 if (NumSampledAllocations < State.MaxSimultaneousAllocations) in reserveSlot()[all …]
98 return MaxSimultaneousAllocations - 1; in getNearestSlot()
142 size_t MaxSimultaneousAllocations = 0; member
26 GWP_ASAN_OPTION(int, MaxSimultaneousAllocations, 16,
236 if (o->MaxSimultaneousAllocations <= 0) { in initOptions()
185 Opt.MaxSimultaneousAllocations = in initGwpAsan()206 Stats.add(StatFree, static_cast<uptr>(Opt.MaxSimultaneousAllocations) * in initGwpAsan()