Home
last modified time | relevance | path

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

/dports/devel/hpx/hpx-1.2.1/plugins/parcelport/verbs/rdma/
H A Drdma_memory_pool.hpp259 struct rdma_memory_pool struct
265 rdma_memory_pool(verbs_protection_domain_ptr pd) : in rdma_memory_pool() argument
283 ~rdma_memory_pool() in ~rdma_memory_pool()
289 int deallocate_pools() in deallocate_pools()
310 inline bool can_allocate_unsafe(size_t length) const in can_allocate_unsafe()
370 inline void deallocate(verbs_memory_region *region) in deallocate()
434 char *allocate(size_t length) in allocate()
444 void deallocate(void *address, size_t size=0) in deallocate()
464 verbs_protection_domain_ptr protection_domain_;
474 std::atomic<int> temp_regions;
[all …]