Mercurial > hg > GearsTemplate
comparison src/llrb/llrbContext.h @ 65:025fd6e90597
to the function call(allocate and compare)
author | Shohei KOKUBO <e105744@ie.u-ryukyu.ac.jp> |
---|---|
date | Tue, 14 Jul 2015 15:59:41 +0900 |
parents | c469c5ed5b4d |
children | 368306e1bfed |
comparison
equal
deleted
inserted
replaced
64:89d760486188 | 65:025fd6e90597 |
---|---|
30 Tree, | 30 Tree, |
31 Node, | 31 Node, |
32 }; | 32 }; |
33 | 33 |
34 struct Context { | 34 struct Context { |
35 enum Code *next; | 35 enum Code next; |
36 int current; | |
37 int codeNum; | 36 int codeNum; |
38 __code (**code) (struct Context*); | 37 __code (**code) (struct Context*); |
39 void* heapStart; | 38 void* heapStart; |
40 void* heap; | 39 void* heap; |
41 long heapLimit; | 40 long heapLimit; |