10 #ifndef MSGPACK_V1_CPP03_ZONE_DECL_HPP
11 #define MSGPACK_V1_CPP03_ZONE_DECL_HPP
19 #ifndef MSGPACK_ZONE_CHUNK_SIZE
20 #define MSGPACK_ZONE_CHUNK_SIZE 8192
23 #ifndef MSGPACK_ZONE_ALIGN
24 #define MSGPACK_ZONE_ALIGN sizeof(void*)
28 #define MSGPACK_ZONE_ALIGNOF(type) __alignof(type)
30 #define MSGPACK_ZONE_ALIGNOF(type) __alignof__(type)
std::size_t size(T const &t)
Definition: size_equal_only.hpp:24
Definition: adaptor_base.hpp:15
std::size_t aligned_size(std::size_t size, std::size_t align)
Definition: cpp03_zone.hpp:354
#define MSGPACK_ZONE_ALIGN
Definition: cpp03_zone_decl.hpp:24
#define MSGPACK_API_VERSION_NAMESPACE(ns)
Definition: versioning.hpp:66