Lines Matching refs:IAllocator
33 class IAllocator
44 virtual ~IAllocator() {} in ~IAllocator()
180 AllocateAndFill(os::IAllocator* allocator, u8 value) in AllocateAndFill()
205 AllocateAndFillN(os::IAllocator* allocator, size_t size, u8 value) in AllocateAndFillN()
230 AllocateAndAssignN(os::IAllocator* allocator, size_t size, TObject object) in AllocateAndAssignN()
254 AllocateAndCopyString(const TChar* str, os::IAllocator* allocator, size_t maxSize) in AllocateAndCopyString()
281 TMemory*& memory, IAllocator* allocator in SafeFree()
300 SafeFreeFunctor(IAllocator* allocator) : m_Allocator(allocator) {} in SafeFreeFunctor()
308 IAllocator* m_Allocator;
322 TArray& array, IAllocator* allocator in SafeFreeAll()
366 static const size_t MAX_ALIGNMENT = IAllocator::CACHE_LINE_ALIGNMENT;