Searched refs:pNewType (Results 1 – 1 of 1) sorted by relevance
146 uint8_t* pNewType = FX_Alloc(uint8_t, pData->m_PathCount + 8); in AppendPath() local147 FXSYS_memcpy(pNewType, pData->m_pTypeList, pData->m_PathCount); in AppendPath()150 pData->m_pTypeList = pNewType; in AppendPath()