Mercurial > hg > GearsTemplate
view src/synchronizedQueue/allocate.h @ 139:c13b07d15d86
fix
author | Shinji KONO <kono@ie.u-ryukyu.ac.jp> |
---|---|
date | Wed, 09 Nov 2016 10:13:31 +0900 |
parents | a870c84acd0e |
children |
line wrap: on
line source
void allocator(struct Context* context) { context->data[++context->dataNum] = context->heap; context->heap += context->data[0]->allocate.size; return; }