comparison src/parallel_execution/allocate.c @ 87:9e139a340bd1 parallel_execution

rename directory
author Shohei KOKUBO <e105744@ie.u-ryukyu.ac.jp>
date Tue, 19 Jan 2016 16:16:26 +0900
parents src/tmp/allocate.c@e06e1a9e569e
children 135472238fb7
comparison
equal deleted inserted replaced
86:e06e1a9e569e 87:9e139a340bd1
1 #include "context.h"
2
3 void allocator(struct Context* context) {
4 context->data[++context->dataNum] = context->heap;
5 context->heap += context->data[Allocate]->allocate.size;
6 }