Searched refs:MaxSimultaneousAllocations (Results 1 – 6 of 6) sorted by relevance
51 Opts.MaxSimultaneousAllocations == 0) in init()56 Check(Opts.MaxSimultaneousAllocations >= 0, in init()62 State.MaxSimultaneousAllocations = Opts.MaxSimultaneousAllocations; in init()70 PageSize * (1 + State.MaxSimultaneousAllocations) + in init()71 State.MaxSimultaneousAllocations * State.maximumAllocationSize(); in init()82 State.MaxSimultaneousAllocations * sizeof(*FreeSlots), PageSize); in init()119 for (size_t i = 0; i < State.MaxSimultaneousAllocations; ++i) { in iterate()135 roundUpTo(State.MaxSimultaneousAllocations * sizeof(*Metadata), in uninitTestOnly()141 roundUpTo(State.MaxSimultaneousAllocations * sizeof(*FreeSlots), in uninitTestOnly()329 if (NumSampledAllocations < State.MaxSimultaneousAllocations) in reserveSlot()[all …]
109 size_t MaxSimultaneousAllocations = 0; member
98 return MaxSimultaneousAllocations - 1; in getNearestSlot()
26 GWP_ASAN_OPTION(int, MaxSimultaneousAllocations, 16,
236 if (o->MaxSimultaneousAllocations <= 0) { in initOptions()
184 Opt.MaxSimultaneousAllocations = in initGwpAsan()203 Stats.add(StatFree, static_cast<uptr>(Opt.MaxSimultaneousAllocations) * in initGwpAsan()