Home
last modified time | relevance | path

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

/aosp_15_r20/external/angle/third_party/glslang/src/glslang/Include/
H A DPoolAlloc.h285 pool_allocator() : allocator(GetThreadPoolAllocator()) { } in pool_allocator() function
286 pool_allocator(TPoolAllocator& a) : allocator(a) { } in pool_allocator() function
287 pool_allocator(const pool_allocator<T>& p) : allocator(p.allocator) { } in pool_allocator() function
290 pool_allocator(const pool_allocator<Other>& p) : allocator(p.getAllocator()) { } in pool_allocator() function
/aosp_15_r20/external/deqp-deps/glslang/glslang/Include/
DPoolAlloc.h285 pool_allocator() : allocator(GetThreadPoolAllocator()) { } in pool_allocator() function
286 pool_allocator(TPoolAllocator& a) : allocator(a) { } in pool_allocator() function
287 pool_allocator(const pool_allocator<T>& p) : allocator(p.allocator) { } in pool_allocator() function
290 pool_allocator(const pool_allocator<Other>& p) : allocator(p.getAllocator()) { } in pool_allocator() function
/aosp_15_r20/external/sdv/vsomeip/third_party/boost/pool/include/boost/pool/
Dpool_alloc.hpp152 class pool_allocator class
180 pool_allocator() in pool_allocator() function in boost::pool_allocator
198 pool_allocator(const pool_allocator<U, UserAllocator, Mutex, NextSize, MaxSize> &) in pool_allocator() function in boost::pool_allocator
285 class pool_allocator<void, UserAllocator, Mutex, NextSize, MaxSize> class
/aosp_15_r20/external/sdv/vsomeip/third_party/boost/pool/test/
Dtest_poisoned_macros.cpp43 template class boost::pool_allocator<int, boost::default_user_allocator_new_delete>; member in boost
44 template class boost::pool_allocator<int, boost::default_user_allocator_malloc_free>; member in boost
/aosp_15_r20/external/angle/src/compiler/translator/
H A DPoolAlloc.h59 pool_allocator() {} in pool_allocator() function
62 pool_allocator(const pool_allocator<Other> &p) in pool_allocator() function
/aosp_15_r20/external/cronet/third_party/apache-portable-runtime/src/memory/unix/
H A Dapr_pools.c964 apr_allocator_t *pool_allocator; in apr_pool_create_unmanaged_ex() local
1799 apr_allocator_t *pool_allocator; in apr_pool_create_unmanaged_ex_debug() local