GraphLab: Distributed Graph-Parallel API  2.1
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
archive_memory_pool.hpp
1 #ifndef GRAPHLAB_RPC_ARCHIVE_MEMORY_POOL
2 #define GRAPHLAB_RPC_ARCHIVE_MEMORY_POOL
3 #include <graphlab/serialization/oarchive.hpp>
4 namespace graphlab {
5 namespace dc_impl {
6 
7 oarchive* oarchive_from_pool();
8 void release_oarchive_to_pool(oarchive* oarc);
9 
10 }
11 }
12 #endif