Skip to content

Commit

Permalink
Merge pull request #2984 from STEllAR-GROUP/one_size_heap
Browse files Browse the repository at this point in the history
Refactor one_size_heap code to simplify code
  • Loading branch information
sithhell committed Nov 6, 2017
2 parents 0d8ec57 + fb75156 commit 4f3244e
Show file tree
Hide file tree
Showing 10 changed files with 799 additions and 689 deletions.
1 change: 0 additions & 1 deletion hpx/runtime.hpp
Expand Up @@ -19,7 +19,6 @@
#include <hpx/runtime/threads/topology.hpp>
#include <hpx/runtime_fwd.hpp>
#include <hpx/state.hpp>
#include <hpx/util/one_size_heap_list_base.hpp>
#include <hpx/util/runtime_configuration.hpp>
#include <hpx/util/thread_specific_ptr.hpp>

Expand Down
1 change: 0 additions & 1 deletion hpx/runtime/components/server/destroy_component.hpp
Expand Up @@ -14,7 +14,6 @@
#include <hpx/runtime/naming/address.hpp>
#include <hpx/runtime/naming/resolver_client.hpp>
#include <hpx/throw_exception.hpp>
#include <hpx/util/one_size_heap_list_base.hpp>

#include <sstream>

Expand Down
1 change: 0 additions & 1 deletion hpx/runtime/components/server/runtime_support.hpp
Expand Up @@ -32,7 +32,6 @@
#include <hpx/util/assert.hpp>
#include <hpx/util/bind.hpp>
#include <hpx/util/functional/new.hpp>
#include <hpx/util/one_size_heap_list_base.hpp>
#include <hpx/util/plugin.hpp>
#include <hpx/util/unlock_guard.hpp>
#include <hpx/util_fwd.hpp>
Expand Down

0 comments on commit 4f3244e

Please sign in to comment.