HomeSort by relevance Sort by last modified time
    Searched refs:MemoryType (Results 1 - 6 of 6) sorted by null

  /external/chromium_org/third_party/webrtc/modules/audio_conference_mixer/source/
memory_pool_win.h 22 template<class MemoryType> struct MemoryPoolItem;
24 template<class MemoryType>
28 : memoryType(),
32 MemoryType memoryType;
33 MemoryPoolItem<MemoryType>* base;
36 template<class MemoryType>
42 MemoryPoolItemPayload<MemoryType>* payload;
45 template<class MemoryType>
50 int32_t PopMemory(MemoryType*& memory)
    [all...]
memory_pool.h 26 template<class MemoryType>
40 int32_t PopMemory(MemoryType*& memory);
41 int32_t PushMemory(MemoryType*& memory);
46 MemoryPoolImpl<MemoryType>* _ptrImpl;
49 template<class MemoryType>
50 MemoryPool<MemoryType>::MemoryPool(int32_t initialPoolSize)
52 _ptrImpl = new MemoryPoolImpl<MemoryType>(initialPoolSize);
55 template<class MemoryType>
56 MemoryPool<MemoryType>::~MemoryPool()
61 template<class MemoryType> int32_
    [all...]
memory_pool_posix.h 21 template<class MemoryType>
26 int32_t PopMemory(MemoryType*& memory);
27 int32_t PushMemory(MemoryType*& memory);
43 std::list<MemoryType*> _memoryPool;
50 template<class MemoryType>
51 MemoryPoolImpl<MemoryType>::MemoryPoolImpl(int32_t initialPoolSize)
60 template<class MemoryType>
61 MemoryPoolImpl<MemoryType>::~MemoryPoolImpl()
69 template<class MemoryType>
70 int32_t MemoryPoolImpl<MemoryType>::PopMemory(MemoryType*& memory
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/ddk/
ntagp.h 63 IN MEMORY_CACHING_TYPE MemoryType,
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
ksproxy.h 198 GUID MemoryType;
ks.h     [all...]

Completed in 475 milliseconds