Lines Matching refs:AllocTraits

128     using AllocTraits   = fbl::SlabAllocatorTraits  typedef
130 using AllocatorType = fbl::SlabAllocator<AllocTraits>;
134 public fbl::SlabAllocated<AllocTraits>,
152 using AllocTraits = fbl::SlabAllocatorTraits typedef
154 using AllocatorType = fbl::SlabAllocator<AllocTraits>;
158 public fbl::SlabAllocated<AllocTraits>,
177 using AllocTraits = fbl::SlabAllocatorTraits typedef
179 using AllocatorType = fbl::SlabAllocator<AllocTraits>;
184 public fbl::SlabAllocated<AllocTraits>,
244 const bool ENB_OBJ_COUNT = Traits::AllocTraits::ENABLE_OBJ_COUNT; in do_slab_test()
320 ReleaseHelper<typename Traits::AllocTraits>::ReleasePtr(allocator, ptr); in do_slab_test()
378 using AllocTraits = fbl::StaticSlabAllocatorTraits<PtrType, 1024, LockType, ENABLE_OBJ_COUNT>; typedef
379 using AllocatorType = fbl::SlabAllocator<AllocTraits>;
383 public fbl::SlabAllocated<AllocTraits>,
404 using AllocTraits = fbl::StaticSlabAllocatorTraits<PtrType, 1024, LockType, ENABLE_OBJ_COUNT>; typedef
405 using AllocatorType = fbl::SlabAllocator<AllocTraits>;
409 public fbl::SlabAllocated<AllocTraits>,
431 using AllocTraits = fbl::StaticSlabAllocatorTraits<PtrType, 1024, LockType, ENABLE_OBJ_COUNT>; typedef
432 using AllocatorType = fbl::SlabAllocator<AllocTraits>;
436 public fbl::SlabAllocated<AllocTraits>,
461 const bool ENB_OBJ_COUNT = Traits::AllocTraits::ENABLE_OBJ_COUNT; in do_static_slab_test()
538 ReleaseHelper<typename Traits::AllocTraits>::ReleasePtr(ptr); in do_static_slab_test()
592 DECLARE_STATIC_SLAB_ALLOCATOR_STORAGE(StaticUnmanagedTestTraits<MutexLock>::AllocTraits, 1);
593 DECLARE_STATIC_SLAB_ALLOCATOR_STORAGE(StaticUniquePtrTestTraits<MutexLock>::AllocTraits, 1);
594 DECLARE_STATIC_SLAB_ALLOCATOR_STORAGE(StaticRefPtrTestTraits<MutexLock>::AllocTraits, 1);
596 DECLARE_STATIC_SLAB_ALLOCATOR_STORAGE(StaticUnmanagedTestTraits<NullLock>::AllocTraits, 1);
597 DECLARE_STATIC_SLAB_ALLOCATOR_STORAGE(StaticUniquePtrTestTraits<NullLock>::AllocTraits, 1);
598 DECLARE_STATIC_SLAB_ALLOCATOR_STORAGE(StaticRefPtrTestTraits<NullLock>::AllocTraits, 1);
600 DECLARE_STATIC_SLAB_ALLOCATOR_STORAGE(StaticCountedUnmanagedTestTraits<MutexLock>::AllocTraits, 1);
601 DECLARE_STATIC_SLAB_ALLOCATOR_STORAGE(StaticCountedUniquePtrTestTraits<MutexLock>::AllocTraits, 1);
602 DECLARE_STATIC_SLAB_ALLOCATOR_STORAGE(StaticCountedRefPtrTestTraits<MutexLock>::AllocTraits, 1);
604 DECLARE_STATIC_SLAB_ALLOCATOR_STORAGE(StaticCountedUnmanagedTestTraits<NullLock>::AllocTraits, 1);
605 DECLARE_STATIC_SLAB_ALLOCATOR_STORAGE(StaticCountedUniquePtrTestTraits<NullLock>::AllocTraits, 1);
606 DECLARE_STATIC_SLAB_ALLOCATOR_STORAGE(StaticCountedRefPtrTestTraits<NullLock>::AllocTraits, 1);