view src/parallel_execution/plautogen/interface/Allocate.h @ 771:9323327f09ae

remove generics
author anatofuz <anatofuz@cr.ie.u-ryukyu.ac.jp>
date Sat, 09 Jan 2021 17:15:01 +0900
parents 642b9ae21844
children
line wrap: on
line source

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