Lines Matching refs:IAllocator
56 class IAllocator
67 virtual ~IAllocator() {} in ~IAllocator()
218 AllocateAndFill(os::IAllocator* allocator, u8 value) in AllocateAndFill()
243 AllocateAndFillN(os::IAllocator* allocator, size_t size, u8 value) in AllocateAndFillN()
268 AllocateAndAssignN(os::IAllocator* allocator, int count, TObject object) in AllocateAndAssignN()
292 AllocateAndCopyString(const TChar* str, os::IAllocator* allocator, size_t maxSize) in AllocateAndCopyString()
319 TMemory*& memory, IAllocator* allocator in SafeFree()
338 SafeFreeFunctor(IAllocator* allocator) : m_Allocator(allocator) {} in SafeFreeFunctor()
346 IAllocator* m_Allocator;
360 TArray& array, IAllocator* allocator in SafeFreeAll()
404 static const size_t MAX_ALIGNMENT = IAllocator::CACHE_LINE_ALIGNMENT;