HomeSort by relevance Sort by last modified time
    Searched defs:MemoryPool (Results 1 - 3 of 3) sorted by null

  /external/webrtc/webrtc/modules/audio_conference_mixer/source/
memory_pool.h 27 class MemoryPool
31 static int32_t CreateMemoryPool(MemoryPool*& memoryPool,
37 MemoryPool*& memoryPool);
43 MemoryPool(int32_t initialPoolSize);
44 ~MemoryPool();
50 MemoryPool<MemoryType>::MemoryPool(int32_t initialPoolSize)
56 MemoryPool<MemoryType>::~MemoryPool(
    [all...]
  /external/libmicrohttpd/src/microhttpd/
memorypool.c 21 * @file memorypool.c
25 #include "memorypool.h"
50 struct MemoryPool
86 struct MemoryPool *
89 struct MemoryPool *pool;
91 pool = malloc (sizeof (struct MemoryPool));
135 MHD_pool_destroy (struct MemoryPool *pool)
165 MHD_pool_allocate (struct MemoryPool *pool,
208 MHD_pool_reallocate (struct MemoryPool *pool,
262 MHD_pool_reset (struct MemoryPool *pool
    [all...]
  /external/opencv3/modules/core/src/
cuda_stream.cpp 55 class MemoryPool;
68 MemoryPool* pool;
110 /// MemoryPool
116 class MemoryPool
119 MemoryPool();
141 MemoryPool::MemoryPool() : initialized_(false), mem_(0)
148 void MemoryPool::initialize(size_t stackSize, int stackCount)
160 void MemoryPool::initilizeImpl()
189 void MemoryPool::release(
    [all...]

Completed in 257 milliseconds