diff src/plautogen/interface/Allocate.h @ 590:9146d6017f18 default tip

hg mv parallel_execution/* ..
author anatofuz <anatofuz@cr.ie.u-ryukyu.ac.jp>
date Thu, 16 Jan 2020 15:12:06 +0900
parents src/parallel_execution/plautogen/interface/Allocate.h@d9c3bccaa13c
children
line wrap: on
line diff
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/src/plautogen/interface/Allocate.h	Thu Jan 16 15:12:06 2020 +0900
@@ -0,0 +1,4 @@
+typedef struct Allocate <Type, Impl> {
+  __code next(...);
+  long size;
+} Allocate;