Home | History | Annotate | Download | only in fxcrt

Lines Matching refs:FX_Allocator_Alloc

1183     FX_LPSTR str = FX_Allocator_Alloc(pAllocator, FX_CHAR, length + 1);

1195 FX_LPSTR str = FX_Allocator_Alloc(pAllocator, FX_CHAR, src.GetLength() + 1);