OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:PopMemory
(Results
1 - 3
of
3
) sorted by null
/external/webrtc/webrtc/modules/audio_conference_mixer/source/
memory_pool.h
40
int32_t
PopMemory
(MemoryType*& memory);
106
int32_t MemoryPool<MemoryType>::
PopMemory
(MemoryType*& memory)
108
return _ptrImpl->
PopMemory
(memory);
memory_pool_posix.h
26
int32_t
PopMemory
(MemoryType*& memory);
70
int32_t MemoryPoolImpl<MemoryType>::
PopMemory
(MemoryType*& memory)
memory_pool_win.h
50
int32_t
PopMemory
(MemoryType*& memory);
97
int32_t MemoryPoolImpl<MemoryType>::
PopMemory
(MemoryType*& memory)
Completed in 175 milliseconds