Searched refs:pNewBuffer (Results 1 – 1 of 1) sorted by relevance
69 uint8_t* pNewBuffer = m_pBuffer; in ExpandBuf() local70 if (pNewBuffer) { in ExpandBuf()71 pNewBuffer = FX_Realloc(uint8_t, m_pBuffer, new_size); in ExpandBuf()73 pNewBuffer = FX_Alloc(uint8_t, new_size); in ExpandBuf()75 m_pBuffer = pNewBuffer; in ExpandBuf()