Searched defs:PartitionAllocatorForTesting (Results 1 – 1 of 1) sorted by relevance
23 struct PartitionAllocatorForTesting : public PartitionAllocator<thread_safe> { struct24 PartitionAllocatorForTesting() : PartitionAllocator<thread_safe>() {} in PartitionAllocatorForTesting() function26 explicit PartitionAllocatorForTesting(PartitionOptions opts) in PartitionAllocatorForTesting() function31 ~PartitionAllocatorForTesting() { reset(); } in ~PartitionAllocatorForTesting() argument40 using PartitionAllocatorForTesting = argument