OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:MemoryPoolImpl
(Results
1 - 2
of
2
) sorted by null
/external/webrtc/webrtc/modules/audio_conference_mixer/source/
memory_pool_posix.h
22
class
MemoryPoolImpl
29
MemoryPoolImpl
(int32_t initialPoolSize);
30
~
MemoryPoolImpl
();
51
MemoryPoolImpl
<MemoryType>::
MemoryPoolImpl
(int32_t initialPoolSize)
61
MemoryPoolImpl
<MemoryType>::~
MemoryPoolImpl
()
70
int32_t
MemoryPoolImpl
<MemoryType>::PopMemory(MemoryType*& memory)
94
int32_t
MemoryPoolImpl
<MemoryType>::PushMemory(MemoryType*& memory)
116
bool
MemoryPoolImpl
<MemoryType>::Initialize(
[
all
...]
memory_pool_win.h
46
class
MemoryPoolImpl
53
MemoryPoolImpl
(int32_t /*initialPoolSize*/);
54
~
MemoryPoolImpl
();
74
MemoryPoolImpl
<MemoryType>::
MemoryPoolImpl
(
83
MemoryPoolImpl
<MemoryType>::~
MemoryPoolImpl
()
97
int32_t
MemoryPoolImpl
<MemoryType>::PopMemory(MemoryType*& memory)
115
int32_t
MemoryPoolImpl
<MemoryType>::PushMemory(MemoryType*& memory)
147
bool
MemoryPoolImpl
<MemoryType>::Initialize(
[
all
...]
Completed in 41 milliseconds