view src/llrb/allocate.c @ 253:ebc13549394c

generate stubArgs
author mir3636
date Thu, 26 Jan 2017 19:52:08 +0900
parents 368306e1bfed
children
line wrap: on
line source

#include "llrbContext.h"

void allocator(struct Context* context) {
    context->data[++context->dataNum] = context->heap;
    context->heap += context->data[Allocate]->allocate.size;
}