Home
last modified time | relevance | path

Searched defs:MemoryPool (Results 1 – 4 of 4) sorted by relevance

/external/google-fruit/include/fruit/impl/data_structures/
Dmemory_pool.defn.h29 inline MemoryPool::MemoryPool() : first_free(nullptr), capacity(0) {} in MemoryPool() function
31 inline MemoryPool::MemoryPool(MemoryPool&& other) in MemoryPool() function
/external/webrtc/webrtc/modules/audio_conference_mixer/source/
Dmemory_pool.h50 MemoryPool<MemoryType>::MemoryPool(int32_t initialPoolSize) in MemoryPool() function
/external/ImageMagick/MagickCore/
Dmemory.c163 } MemoryPool; typedef
/external/mesa3d/src/gallium/drivers/nouveau/codegen/
Dnv50_ir_util.h620 MemoryPool(unsigned int size, unsigned int incr) : objSize(size), in MemoryPool() function