:orphan: .. index:: pair: struct; tarpc_posix_memalign_in .. _doxid-structtarpc__posix__memalign__in: struct tarpc_posix_memalign_in ============================== .. toctree:: :hidden: Overview ~~~~~~~~ .. ref-code-block:: cpp :class: doxyrest-overview-code-block struct tarpc_posix_memalign_in { // fields struct :ref:`tarpc_in_arg` :target:`common`; :ref:`tarpc_size_t` :ref:`alignment`; :ref:`tarpc_size_t` :ref:`size`; }; .. _details-structtarpc__posix__memalign__in: Detailed Documentation ~~~~~~~~~~~~~~~~~~~~~~ Fields ------ .. index:: pair: variable; alignment .. _doxid-structtarpc__posix__memalign__in_1a15d65c8a59cde2a9e1e8729b182fa2e9: .. ref-code-block:: cpp :class: doxyrest-title-code-block :ref:`tarpc_size_t` alignment Alignment of a block .. index:: pair: variable; size .. _doxid-structtarpc__posix__memalign__in_1aa88a2f5420576e1d60a3f1e16d0c33bc: .. ref-code-block:: cpp :class: doxyrest-title-code-block :ref:`tarpc_size_t` size Bytes to allocate