Home
last modified time | relevance | path

Searched refs:pNewBuffer (Results 1 – 1 of 1) sorted by relevance

/external/pdfium/core/src/fxcrt/
Dfx_basic_buffer.cpp69 uint8_t* pNewBuffer = m_pBuffer; in ExpandBuf() local
70 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()