Home | History | Annotate | Download | only in fxcrt

Lines Matching refs:FX_Allocator_Alloc

777             m_pData = FX_Allocator_Alloc(m_pAllocator, DataType, data_size);

789 m_pData = FX_Allocator_Alloc(m_pAllocator, DataType, data_size);
815 m_pData = FX_Allocator_Alloc(m_pAllocator, DataType, size);
1528 list.data = FX_Allocator_Alloc(pAllocator, FX_BYTE, temp_count * unit);