Lines Matching refs:IAllocator
58 class IAllocator
69 virtual ~IAllocator() {} in ~IAllocator()
220 AllocateAndFill(os::IAllocator* allocator, u8 value) in AllocateAndFill()
245 AllocateAndFillN(os::IAllocator* allocator, size_t size, u8 value) in AllocateAndFillN()
270 AllocateAndAssignN(os::IAllocator* allocator, int count, TObject object) in AllocateAndAssignN()
294 AllocateAndCopyString(const TChar* str, os::IAllocator* allocator, size_t maxSize) in AllocateAndCopyString()
321 TMemory*& memory, IAllocator* allocator in SafeFree()
340 SafeFreeFunctor(IAllocator* allocator) : m_Allocator(allocator) {} in SafeFreeFunctor()
348 IAllocator* m_Allocator;
362 TArray& array, IAllocator* allocator in SafeFreeAll()
406 static const size_t MAX_ALIGNMENT = IAllocator::CACHE_LINE_ALIGNMENT;