view src/parallel_execution/plautogen/interface/Allocate.h @ 571:d9c3bccaa13c

add semiron..
author anatofuz <anatofuz@cr.ie.u-ryukyu.ac.jp>
date Sun, 24 Nov 2019 22:55:33 +0900
parents 1233236c244d
children
line wrap: on
line source

typedef struct Allocate <Type, Impl> {
  __code next(...);
  long size;
} Allocate;