Home
last modified time | relevance | path

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

/NW4C-1.3.3/tools/DebuggerLauncher/
DCLOADRUNCTR.H67 PLRCTR_setAllocator m_pSetAllocator; variable
88 m_pSetAllocator = NULL; in CLoadRun()
127 m_pSetAllocator = (PLRCTR_setAllocator)GetProcAddress(m_hDLL, "LRCTR_setAllocator"); in Initialize()
207 return (m_pSetAllocator) ? (*m_pSetAllocator)(pAllocator) : -1; in SetAllocator()