Lines Matching refs:MaxSimultaneousAllocations
51 Opts.MaxSimultaneousAllocations == 0) in init()
56 Check(Opts.MaxSimultaneousAllocations >= 0, in init()
69 State.MaxSimultaneousAllocations = Opts.MaxSimultaneousAllocations; in init()
77 PageSize * (1 + State.MaxSimultaneousAllocations) + in init()
78 State.MaxSimultaneousAllocations * State.maximumAllocationSize(); in init()
83 roundUpTo(State.MaxSimultaneousAllocations * sizeof(*Metadata), PageSize); in init()
89 State.MaxSimultaneousAllocations * sizeof(*FreeSlots), PageSize); in init()
126 for (size_t i = 0; i < State.MaxSimultaneousAllocations; ++i) { in iterate()
142 roundUpTo(State.MaxSimultaneousAllocations * sizeof(*Metadata), in uninitTestOnly()
148 roundUpTo(State.MaxSimultaneousAllocations * sizeof(*FreeSlots), in uninitTestOnly()
336 if (NumSampledAllocations < State.MaxSimultaneousAllocations) in reserveSlot()
349 assert(FreeSlotsLength < State.MaxSimultaneousAllocations); in freeSlot()