Home
last modified time | relevance | path

Searched refs:chunk_type (Results 1 – 1 of 1) sorted by relevance

/petsc/src/sys/objects/device/impls/
H A Dsegmentedmempool.hpp306 using chunk_type = MemoryChunk<event_type>; typedef in Petsc::memory::impl::MemoryBlock
307 using size_type = typename chunk_type::size_type;
308 using chunk_list_type = std::vector<chunk_type>;
325 PetscErrorCode try_find_chunk(const T *, chunk_type **) noexcept;
516 chunk_type *chunk = nullptr; in try_deallocate_chunk()
540 inline PetscErrorCode MemoryBlock<T, A, S>::try_find_chunk(const T *ptr, chunk_type **ret_chunk) no… in try_find_chunk()
865 using chunk_type = typename block_type::chunk_type; in reallocate() typedef
869 chunk_type *chunk = nullptr; in reallocate()