Lines Matching refs:Allocators
135 struct Allocators { struct
160 Allocators() = default; argument
161 Allocators(const Allocators &) = delete;
162 Allocators &operator=(const Allocators &) = delete; argument
171 explicit Allocators(Buffers &B) XRAY_NEVER_INSTRUMENT { in Allocators() function
193 explicit Allocators(uptr Max) XRAY_NEVER_INSTRUMENT { in Allocators() argument
211 Allocators(Allocators &&O) XRAY_NEVER_INSTRUMENT { in Allocators() argument
240 Allocators &operator=(Allocators &&O) XRAY_NEVER_INSTRUMENT {
294 ~Allocators() XRAY_NEVER_INSTRUMENT { in ~Allocators() argument
306 static Allocators InitAllocators() XRAY_NEVER_INSTRUMENT { in InitAllocators()
310 static Allocators InitAllocatorsCustom(uptr Max) XRAY_NEVER_INSTRUMENT { in InitAllocatorsCustom()
311 Allocators A(Max); in InitAllocatorsCustom()
315 static Allocators
316 InitAllocatorsFromBuffers(Allocators::Buffers &Bufs) XRAY_NEVER_INSTRUMENT { in InitAllocatorsFromBuffers()
317 Allocators A(Bufs); in InitAllocatorsFromBuffers()
329 explicit FunctionCallTrie(const Allocators &A) XRAY_NEVER_INSTRUMENT in FunctionCallTrie()