comparison src/llrb/allocate.c @ 69:368306e1bfed

llrb deletion(not work).
author Shohei KOKUBO <e105744@ie.u-ryukyu.ac.jp>
date Tue, 20 Oct 2015 16:22:42 +0900
parents
children
comparison
equal deleted inserted replaced
66:a870c84acd0e 69:368306e1bfed
1 #include "llrbContext.h"
2
3 void allocator(struct Context* context) {
4 context->data[++context->dataNum] = context->heap;
5 context->heap += context->data[Allocate]->allocate.size;
6 }