Home
last modified time | relevance | path

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

/dports/textproc/libsphinxclient/sphinx-2.0.9-release/src/
H A Dsphinxstd.cpp81 static CSphMemHeader * g_pAllocs = NULL; variable
102 pHeader->m_pNext = g_pAllocs; in sphDebugNew()
104 if ( g_pAllocs ) in sphDebugNew()
106 assert ( !g_pAllocs->m_pPrev ); in sphDebugNew()
107 g_pAllocs->m_pPrev = pHeader; in sphDebugNew()
109 g_pAllocs = pHeader; in sphDebugNew()
160 if ( pHeader==g_pAllocs ) in sphDebugDelete()
161 g_pAllocs = g_pAllocs->m_pNext; in sphDebugDelete()
218 for ( CSphMemHeader * pHeader = g_pAllocs; in sphAllocsDump()
246 for ( CSphMemHeader * pHeader=g_pAllocs; pHeader; pHeader=pHeader->m_pNext ) in sphAllocsCheck()
/dports/textproc/sphinxsearch/sphinx-2.2.11-release/src/
H A Dsphinxstd.cpp90 static CSphMemHeader * g_pAllocs = NULL; variable
136 pHeader->m_pNext = g_pAllocs; in sphDebugNew()
138 if ( g_pAllocs ) in sphDebugNew()
140 assert ( !g_pAllocs->m_pPrev ); in sphDebugNew()
141 g_pAllocs->m_pPrev = pHeader; in sphDebugNew()
143 g_pAllocs = pHeader; in sphDebugNew()
194 if ( pHeader==g_pAllocs ) in sphDebugDelete()
195 g_pAllocs = g_pAllocs->m_pNext; in sphDebugDelete()
257 for ( CSphMemHeader * pHeader = g_pAllocs; in sphAllocsDump()
289 for ( CSphMemHeader * pHeader=g_pAllocs; pHeader; pHeader=pHeader->m_pNext ) in sphAllocsCheck()