Home
last modified time | relevance | path

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

/petsc/include/petsc/private/cpp/
H A Dobject_pool.hpp94 explicit LockGuard(PoolAllocator *pool) noexcept : pool_{pool} { ++pool_->locked_; } in LockGuard()
119 PETSC_NODISCARD pool_type &pool() noexcept { return pool_; } in pool() function in Petsc::memory::PoolAllocator
120 PETSC_NODISCARD const pool_type &pool() const noexcept { return pool_; } in pool() function in Petsc::memory::PoolAllocator
/petsc/src/sys/objects/device/impls/cupm/
H A Dcupmevent.hpp79 static CUPMEventPool<T, flags> pool; in cupm_event_pool() local
H A Dcupmcontext.hpp184 static PoolType pool; in default_pool_() local
/petsc/src/sys/objects/cxx/memory/
H A Dobject_pool.cxx632 PoolAllocated::allocator_type &PoolAllocated::pool() noexcept in pool() function in Petsc::memory::PoolAllocated
/petsc/include/petsc/private/valgrind/
H A Dvalgrind.h7005 #define VALGRIND_CREATE_MEMPOOL(pool, rzB, is_zeroed) \ argument
7037 #define VALGRIND_CREATE_MEMPOOL_EXT(pool, rzB, is_zeroed, flags) \ argument
7042 #define VALGRIND_DESTROY_MEMPOOL(pool) \ argument
7047 #define VALGRIND_MEMPOOL_ALLOC(pool, addr, size) \ argument
7052 #define VALGRIND_MEMPOOL_FREE(pool, addr) \ argument
7057 #define VALGRIND_MEMPOOL_TRIM(pool, addr, size) \ argument
7067 #define VALGRIND_MEMPOOL_CHANGE(pool, addrA, addrB, size) \ argument
7072 #define VALGRIND_MEMPOOL_EXISTS(pool) \ argument