Home
last modified time | relevance | path

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

/external/webrtc/webrtc/modules/audio_conference_mixer/source/
Dmemory_pool.h46 MemoryPoolImpl<MemoryType>* _ptrImpl; variable
52 _ptrImpl = new MemoryPoolImpl<MemoryType>(initialPoolSize); in MemoryPool()
58 delete _ptrImpl; in ~MemoryPool() local
70 if(memoryPool->_ptrImpl == NULL) in CreateMemoryPool()
76 if(!memoryPool->_ptrImpl->Initialize()) in CreateMemoryPool()
92 if(memoryPool->_ptrImpl == NULL) in DeleteMemoryPool()
96 if(memoryPool->_ptrImpl->Terminate() == -1) in DeleteMemoryPool()
108 return _ptrImpl->PopMemory(memory); in PopMemory()
118 return _ptrImpl->PushMemory(memory); in PushMemory()