Home
last modified time | relevance | path

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

/dports/devel/hpx/hpx-1.2.1/hpx/
H A Dconfig.hpp152 #if !defined(HPX_PARCEL_SERIALIZATION_OVERHEAD)
153 # define HPX_PARCEL_SERIALIZATION_OVERHEAD 512 macro
/dports/devel/hpx/hpx-1.2.1/tests/performance/local/
H A Dserialization_overhead.cpp128 out_buffer.resize(arg_size + HPX_PARCEL_SERIALIZATION_OVERHEAD); in benchmark_serialization()
/dports/devel/hpx/hpx-1.2.1/tests/unit/serialization/
H A Dzero_copy_serialization.cpp109 out_buffer.resize(arg_size + HPX_PARCEL_SERIALIZATION_OVERHEAD); in test_parcel_serialization()