[Groonga-commit] ranguba/rroonga at eefc432 [master] memory-pool: support expression

Back to archive index

Kouhei Sutou null+****@clear*****
Sat Aug 16 13:43:08 JST 2014


Kouhei Sutou	2014-08-16 13:43:08 +0900 (Sat, 16 Aug 2014)

  New Revision: eefc43290880ddcfd7e849a01e623924863de8fb
  https://github.com/ranguba/rroonga/commit/eefc43290880ddcfd7e849a01e623924863de8fb

  Message:
    memory-pool: support expression
    
    It will reduce memory usage without GC!

  Modified files:
    ext/groonga/rb-grn-context.c

  Modified: ext/groonga/rb-grn-context.c (+2 -0)
===================================================================
--- ext/groonga/rb-grn-context.c    2014-08-16 13:35:45 +0900 (e39d2ac)
+++ ext/groonga/rb-grn-context.c    2014-08-16 13:43:08 +0900 (7abeea2)
@@ -79,6 +79,8 @@ rb_grn_context_register_floating_object (RbGrnObject *rb_grn_object)
                  (const void *)(&rb_grn_object), sizeof(RbGrnObject *),
                  NULL, NULL);
     rb_grn_object->floating = GRN_TRUE;
+
+    rb_grn_context_object_created(rb_grn_context->self, rb_grn_object->self);
 }
 
 void
-------------- next part --------------
HTML����������������������������...
Descargar 



More information about the Groonga-commit mailing list
Back to archive index