Home
last modified time | relevance | path

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

/external/swiftshader/src/OpenGL/compiler/
DPoolAlloc.h258 pool_allocator() : allocator(GetGlobalPoolAllocator()) { } in pool_allocator() function
259 pool_allocator(TPoolAllocator& a) : allocator(&a) { } in pool_allocator() function
260 pool_allocator(const pool_allocator<T>& p) : allocator(p.allocator) { } in pool_allocator() function
269 pool_allocator(const pool_allocator<Other>& p) : allocator(&p.getAllocator()) { } in pool_allocator() function