# HG changeset patch # User Yasutaka Higa # Date 1460446829 -32400 # Node ID 4db311ba128985f215ea4dd45a1840b973128a0f # Parent 67f68f9c04b67288fe99bb3b89defe2de80e41a5 Set allocation size diff -r 67f68f9c04b6 -r 4db311ba1289 src/llrb/llrb.c --- a/src/llrb/llrb.c Mon Apr 11 01:45:22 2016 +0900 +++ b/src/llrb/llrb.c Tue Apr 12 16:40:29 2016 +0900 @@ -50,6 +50,7 @@ newNode->left = context->heap; } + context->data[Allocate]->allocate.size = sizeof(struct Node); allocator(context); if (tree->current) {